summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Python commands as first class citizens.Jim Ingham2017-03-021-1/+19
* Mention fetching thread lists lazily.Jim Ingham2017-03-021-0/+18
* Forgot about local variable lookup. Jim Ingham2017-03-021-0/+18
* Add a reference to the projects in the Get involved section.Jim Ingham2017-03-021-0/+2
* Goals->Projects.Jim Ingham2017-03-021-1/+1
* Added a list of outstanding projects that would benefit lldb.Jim Ingham2017-03-022-0/+380
* Fix flakyness in TestGdbRemoteHostInfoPavel Labath2017-03-022-10/+0
* Fix MSVC buildPavel Labath2017-03-021-1/+1
* x86AssemblyInspectionEngine::AugmentUnwindPlanFromCallSite could accessJason Molenda2017-03-021-4/+5
* Fix various warnings. NFCZachary Turner2017-03-0212-379/+22
* Make it clear what you should modify when you copy any of these sampleJim Ingham2017-03-012-5/+12
* Add a test to ensure that SBFrame::Disassemble produces some output.Jim Ingham2017-03-012-1/+69
* Add a sample_test directory with simple starterJim Ingham2017-03-015-0/+103
* Mark TestYMMRegister as no_debug_info_testPavel Labath2017-03-011-0/+1
* Fix gcc compilation of LogTest.cppPavel Labath2017-03-011-1/+1
* Switch SBBreakpointLocation to use a weak_ptrPavel Labath2017-03-013-96/+111
* test: pass correct objcopy and ar paths to the test runnerPavel Labath2017-03-011-5/+5
* Modernize Enable/DisableLogChannel interface a bitPavel Labath2017-03-0110-45/+75
* Greg Clayton is no longer working at Apple, he will continue toJason Molenda2017-03-011-2/+1
* Add additional areas I'm responsible for in the lldb codebase.Jason Molenda2017-02-281-1/+2
* clang-format the Mangled changes.Zachary Turner2017-02-281-12/+14
* Wrap the call to UndecorateSymbolName in a mutex.Zachary Turner2017-02-281-11/+19
* Fix a bug in r294611 w.r.t. Darwin Kernel debugging.Jim Ingham2017-02-284-0/+19
* Fix incorrect logic in StackFrame::Disassemble.Zachary Turner2017-02-281-11/+13
* Switch SBWatchpoint to use a weak_ptr to the underlying objectPavel Labath2017-02-283-15/+14
* Add a comment to describe purpose of signal-filtering testEugene Zemtsov2017-02-281-0/+2
* Ah, this was an early exit to leave built products around, it wasn't meant toJason Molenda2017-02-271-1/+0
* update pbxproj to match cmake config, broken in r296335Tim Hammerquist2017-02-271-22/+16
* Support NetBSD Thread ID in lldb-server testsKamil Rytarowski2017-02-272-0/+10
* Merge Linux and FreeBSD arm register contextsPavel Labath2017-02-278-195/+32
* Fix MinidumpParserTest on 32-bit archesPavel Labath2017-02-271-2/+3
* Remove the callback-based log channel registration mechanismPavel Labath2017-02-273-88/+2
* Log: Fix a regression in handling log optionsPavel Labath2017-02-273-3/+19
* Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint objectPavel Labath2017-02-276-277/+253
* Three LoadLibCxxFormatters formatters were given a regex string toJason Molenda2017-02-251-3/+3
* DataBufferMemoryMap.cpp out, DataBufferLLVM.cpp in. Unbreak the build.Jason Molenda2017-02-251-8/+6
* Delete DataBufferMemoryMap.Zachary Turner2017-02-2414-760/+359
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-2420-140/+703
* Attempt to fix windows unit testsPavel Labath2017-02-241-6/+6
* Implement QPassSignals GDB package in lldb-serverPavel Labath2017-02-2413-6/+228
* Fix a race condition in FuncUnwinders where the mutex was beingJason Molenda2017-02-244-10/+16
* Introduce support for Debug Registers in RegisterContextNetBSD_x86_64Kamil Rytarowski2017-02-241-268/+17
* Switch NetBSD from paccept(2) to accept4(2)Kamil Rytarowski2017-02-241-4/+0
* Switch "windows" log channel to the new registration mechanismPavel Labath2017-02-232-159/+17
* Switch "posix" to the new log channel registration mechanismPavel Labath2017-02-235-220/+30
* Finish the reformatting of the lldb-server test executablesPavel Labath2017-02-233-366/+316
* Reformat inferior's main.cpp in lldb-server testPavel Labath2017-02-232-333/+302
* Ensure lldb-server waits for child debug servers to start up when passing the...Howard Hellyer2017-02-231-7/+16
* Changed builld-llvm.py to use .json filesSean Callanan2017-02-235-31/+111
* Reverted 295897 pending refinements and fixes for green-dragon.Sean Callanan2017-02-233-80/+31
OpenPOWER on IntegriCloud