summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix an issue where LLDB would crash if one tried to 'frame variable' an unord...Enrico Granata2016-05-252-4/+8
* Mark some arm-linux specific xfails marking bug entriesOmair Javaid2016-05-254-1/+5
* Add unit tests for ModuleCachePavel Labath2016-05-254-0/+192
* Include <mutex> in Process.h - Jim's change in r270593 added a std::mutexJason Molenda2016-05-251-0/+1
* Add support for arm64 compact unwind tables, used on darwin arm64Jason Molenda2016-05-253-0/+340
* Fix an issue where the NSDate data formatter was not using the proper alignme...Enrico Granata2016-05-241-1/+3
* Ach, editing too many files at once. Make this file compile again.Jason Molenda2016-05-241-1/+1
* In r268475 I made a change to ObjectFileMachO so that if it isJason Molenda2016-05-241-1/+4
* Reword the "Happened at" TSan-reported thread to contain a thread id.Kuba Brecka2016-05-241-2/+5
* xfail TestRedefinitionsInline with older ClangEd Maste2016-05-241-1/+2
* Lock out Process::RunThreadPlan so only one can be in flight at a time.Jim Ingham2016-05-242-1/+5
* Skip leading spaces when decoding hex valuesFrancis Ricci2016-05-241-0/+3
* Replace file system forbidden symbols in the hostname which passed to the Mod...Oleksiy Vyalov2016-05-241-4/+20
* Improve wording in TSan reports involving global variables. Don't repeat hex...Kuba Brecka2016-05-242-12/+43
* Add a missing include to ItaniumABILanguageRuntime.hPavel Labath2016-05-241-0/+1
* [LLDB][MIPS] Fix floating point handling in case of thread step-outSagar Thakur2016-05-246-38/+229
OpenPOWER on IntegriCloud