summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Allow installing watchpoints at less than 8-byte alligned addresses for AArch...Omair Javaid2016-06-166-4/+232
* xfail TestWithModuleDebugging.py on macOSTodd Fiala2016-06-161-0/+1
* Set TERM env var for Xcode gtestsTodd Fiala2016-06-151-1/+1
* Allow runtimes to execute custom LLVM ModulePasses over the expression IRLuke Drummond2016-06-153-1/+58
* Add results.xml for macOS lldb unittestsTim Hammerquist2016-06-151-1/+1
* Remove Platform usages from NativeProcessLinuxPavel Labath2016-06-142-145/+33
* [lldb] Fixed race conditions on private state thread exitCameron Desrochers2016-06-142-28/+34
* Add support to PlatformRemoteiOS, PlatformRemoteAppleWatch, andJason Molenda2016-06-143-0/+210
* Add missing #include for linux.Greg Clayton2016-06-101-0/+1
* On MacOSX, the threads can appear out of order at times depending on the orde...Greg Clayton2016-06-103-2/+24
* Fixed C++ template integer parameter types to work correctly when the integer...Greg Clayton2016-06-104-1/+95
* Fixed a few places that were building a regex from an identifier without esca...Greg Clayton2016-06-102-2/+2
* SBThread also had some places where it got the ExecutionContext w/o Jim Ingham2016-06-101-9/+27
* Make all the SBFrame API's take the target lock.Jim Ingham2016-06-101-14/+43
* 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
OpenPOWER on IntegriCloud