summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Revert rL345127: [LLDB] - Add support for DW_RLE_base_address and DW_RLE_offs...George Rimar2018-10-247-185/+54
* [lldb] Remove enableThreadSanitizer from shared Xcode schemesKuba Mracek2018-10-242-2/+0
* [LLDB] - Add support for DW_RLE_base_address and DW_RLE_offset_pair entries (...George Rimar2018-10-247-54/+185
* Support nwere versions of the Segger J-Link jtag board software.Jason Molenda2018-10-235-6/+184
* Remove unused private methods.Zachary Turner2018-10-231-8/+0
* Fix some comments pointed out by Leonard Mosescu.Zachary Turner2018-10-231-4/+4
* Remove unused variable.Eric Christopher2018-10-231-1/+0
* Add UdtRecordCompleter.cpp.Jason Molenda2018-10-231-0/+6
* Skip test with older versions of clangJonas Devlieghere2018-10-231-0/+1
* Change two methods from const char* to StringRef [NFC].Zachary Turner2018-10-234-41/+48
* [NativePDB] Add basic support for tag types to the native pdb plugin.Zachary Turner2018-10-238-3/+1246
* [LLDB] - Implement the support for the .debug_loclists section.George Rimar2018-10-2313-4/+55
* [PDB] Improve performance of the PDB DIA pluginAleksandr Urakov2018-10-232-25/+94
* [ValueObject] Stop assuming types are non-zero sized.Davide Italiano2018-10-231-1/+7
* Fix typo in ASSERT_MODULE_LOCK macro definitionJonas Devlieghere2018-10-231-1/+1
* [DWARF] Use a function-local offset for AT_call_return_pcVedant Kumar2018-10-222-5/+6
* [SymbolFile] Add the module lock where necessary and assert that we own it.Jonas Devlieghere2018-10-224-4/+81
* Some cleanups to the native pdb plugin [NFC].Zachary Turner2018-10-225-130/+244
* [PDB] Test variadic function type in PDBAaron Smith2018-10-194-7/+15
* [lldb] Add support in Status::AsCString to retrieve win32 system error stringsAaron Smith2018-10-192-1/+51
* [lldbsuite, windows] Disable two tail call frames tests that fail on WindowsStella Stamenova2018-10-192-0/+5
* [SymbolFileNativePDB] Fix missing linkage to DebugInfoCodeViewMichal Gorny2018-10-181-0/+1
* [lldbsuite] Mark the TestScriptedResolver tests as XFAIL on WindowsStella Stamenova2018-10-181-0/+4
* [Windows] Fix threads comparison on WindowsAleksandr Urakov2018-10-185-1/+11
* Revert "Return a named error in the result object of an expression with no re...Krasimir Georgiev2018-10-1810-73/+11
* [LLDB] - Add support for DW_RLE_start_end entries (.debug_rnglists)George Rimar2018-10-173-1/+85
* Delete commented-out code.Adrian Prantl2018-10-161-2/+0
* Return a named error in the result object of an expression with no resultJim Ingham2018-10-1610-11/+73
* Fixed an issue that a bot found with my changesJason Molenda2018-10-161-81/+119
* Code cleanup: Remove DWARFDebugInfoEntry::m_empty_childrenJan Kratochvil2018-10-163-22/+14
* Revert r344626 while I address a testsuite failure from a bot.Jason Molenda2018-10-161-119/+81
* Tiny testsuite tweaks. Don't run the apple simulatorJason Molenda2018-10-163-0/+11
* Use a relaxed substring check for function names in a testVedant Kumar2018-10-161-2/+7
* Don't run TestBreakpointIt.py on arm64 devices;Jason Molenda2018-10-161-0/+2
* For a built & test bot, add an environment variable PLATFORM_SDK_DIRECTORY,Jason Molenda2018-10-161-0/+23
* Simplify LocateDSYMInVincinityOfExecutable by movingJason Molenda2018-10-161-81/+119
* [lldbsuite] Fix the mac version decorator to work on non-mac platformsStella Stamenova2018-10-161-2/+2
* Fix: Assertion failed: (!m_first_die || m_first_die == m_die_array.front()), ...Jan Kratochvil2018-10-161-1/+5
* Use assertEqual to improve test failure loggingVedant Kumar2018-10-162-12/+12
* Convert code to use early exits in prepraration for future changes. (NFC)Adrian Prantl2018-10-151-56/+56
* [lldbsuite] Make the names of test classes uniqueStella Stamenova2018-10-151-1/+1
* [lldbsuite] Disable Test128BitsInteger on WindowsStella Stamenova2018-10-151-1/+4
* Fix double import of _lldb module.Vadim Chugunov2018-10-142-5/+8
* Add REQUIRES: lld to SymbolFileNativePDB tests.Zachary Turner2018-10-123-28/+31
* Try to fix some failures on MacOSX with the NativePDB patch.Zachary Turner2018-10-124-8/+15
* Change the default handling for SIGPIPE to pass/,no-stop/no-notify.Jim Ingham2018-10-121-1/+1
* Add NativePDB subdir again.Jason Molenda2018-10-121-0/+35
* Fix failure in get_filecheck_path when filecheck is NoneStella Stamenova2018-10-121-1/+1
* Resubmit "Add SymbolFileNativePDB plugin."Zachary Turner2018-10-1222-6/+2210
* Changing test names in TestDataFormatterLibcxxVariant.py and TestStdFunctionS...Shafik Yaghmour2018-10-122-2/+2
OpenPOWER on IntegriCloud