summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix "frame variable" to show all variables defined in functions and any conta...Greg Clayton2016-06-091-5/+6
* Enable some tests on linuxPavel Labath2016-06-097-9/+5
* Fixed an issue in the ProcessMachCore where segments are not always contiguou...Greg Clayton2016-06-091-13/+42
* Fixed a problem in IRMemoryMap where the flag to zero out memory was ignored.Sean Callanan2016-06-091-0/+7
* Updated the FindSpace() algorithm to avoid the 0 page when it's unsafe.Sean Callanan2016-06-092-9/+110
* Fix a no newline at end of file warning.Greg Clayton2016-06-091-1/+1
* Some core files on MacOSX don't have permissions setup correctly on the LC_SE...Greg Clayton2016-06-091-1/+8
* Since our expression parser needs to locate areas of memory that are not in u...Greg Clayton2016-06-0911-92/+385
* Add a test for the failure described by pr28055. Mark it as xfail.Jim Ingham2016-06-082-0/+68
* Revive the error message from "process load" and SBProcess::LoadImage.Jim Ingham2016-06-081-1/+1
* Now that there are no cycles that cause leaks in the disassembler/instruction...Greg Clayton2016-06-076-63/+9
* Fix a memory leak in InstructionLLVMC where it held onto a strong reference t...Greg Clayton2016-06-074-300/+394
* Revert "Make lldbinline.py regenerate the Makefile each time it builds."Pavel Labath2016-06-0710-91/+17
* Don't use SO_REUSEADDR for *client* socketsPavel Labath2016-06-071-3/+0
* LLDB is leaking memory in Editline.cpp on MacOSX. Greg Clayton2016-06-071-43/+62
* Make lldbinline.py regenerate the Makefile each time it builds.Sean Callanan2016-06-0710-17/+91
* Add support for using armv7 compact unwind informationJason Molenda2016-06-074-56/+324
* Don't remove PIE executables when using svr4 packetsFrancis Ricci2016-06-061-4/+3
* (Minor tweak) Make RegisterContextWindows_x86/x64::GetRegisterInfoAtIndex Carlo Kok2016-06-062-2/+9
* Fix function name lookup in IRExecutionEngine.cpp.Stephane Sezer2016-06-061-1/+1
* Add armv7 compact unwind printing to the compact-unwind-dumper.c toolJason Molenda2016-06-041-0/+199
* Fix a printf warning.Greg Clayton2016-06-031-2/+1
* Add support in debug LLDB builds (if LLDB_CONFIGURATION_DEBUG is defined) whe...Greg Clayton2016-06-031-0/+40
* Fix makefile for TestExternCSymbolsTamas Berghammer2016-06-031-1/+1
* Fixed a problem where we couldn't call extern "C" functions.Sean Callanan2016-06-025-1/+79
* LLDB needs to be able to handle DW_AT_GNU_dwo_name that are relative to the D...Greg Clayton2016-06-021-0/+16
* Fixed a problem where -gmodules debug info would be loaded by the DWO file su...Greg Clayton2016-06-021-0/+6
* Fix JavaArraySyntheticFrontEnd for non-reference ValueObject.Tamas Berghammer2016-06-021-1/+1
* [tsan] Prefer mangled name looking up variable declaration for racy addressDevin Coughlin2016-06-014-1/+99
* Add more verification on consectutive bitfields otherwise clang will assert.Greg Clayton2016-05-311-17/+35
* [CMake] Update to requiring CMake 3.4.3Chris Bieneman2016-05-311-1/+1
* Implement ProcessInfo::Dump(), log gdb-remote stub launchTodd Fiala2016-05-314-9/+42
* [LLDB] Make sure that indexing is done before clearing DIE infoCameron Desrochers2016-05-301-17/+68
* fix up lldb-server platform on Apple hostsTodd Fiala2016-05-271-0/+3
* Add a new "lldb" log channel named "demangle". If we have crashes that are re...Greg Clayton2016-05-273-0/+27
* Lock the access to the BreakpointLocationCollection.Jim Ingham2016-05-262-2/+13
* Don't cache the stret/vrs. non-stret code pointer as static data in the runtime.Jim Ingham2016-05-262-6/+6
* With -gmodules, we have been having a harder time always finding a type when ...Greg Clayton2016-05-261-2/+25
* Make sure that we succeed in starting a definition before we complete it and ...Greg Clayton2016-05-262-32/+80
* Guard against the C++ destructor chain by not letting the debugger list clean...Greg Clayton2016-05-261-67/+49
* [cmake] Remove the LLDB versions of the exception-controlling variablesPavel Labath2016-05-261-22/+0
* [cmake] Add a big warning about a libstdc++ issuePavel Labath2016-05-261-0/+24
* Add "-gmodules" support to the test suite.Todd Fiala2016-05-2613-29/+108
* [cmake] Add ability to customize (and skip) debugserver codesignPavel Labath2016-05-261-23/+25
* Avoid using stdio in TestVirtualPavel Labath2016-05-262-20/+22
* Small further refinement to the check in ObjectFileMachO::ParseSymtabJason Molenda2016-05-261-7/+9
* Make sure to try and take the process stop lock when calling:Greg Clayton2016-05-261-6/+11
* It has been brought to my attention that, given two variablesEnrico Granata2016-05-253-12/+17
* Mark some aarch64-linux specific xfails marking bug entriesOmair Javaid2016-05-253-2/+3
* Add logging to ValueObjectSyntheticFilter such that one can trace through the...Enrico Granata2016-05-251-8/+78
OpenPOWER on IntegriCloud