summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed errors in AllocatedBlock:Greg Clayton2017-02-221-4/+9
* Changed builld-llvm.py to use .json filesSean Callanan2017-02-223-31/+80
* Fix header documentation.Greg Clayton2017-02-221-2/+2
* Fix header documentation.Greg Clayton2017-02-221-5/+3
* Switch "lldb" log channel to the new registration mechanismPavel Labath2017-02-225-301/+45
* Replace WINLOG_*** macros with LLDB_LOGPavel Labath2017-02-226-374/+244
* Add format_provider for the MemoryRegionInfo::OptionalBool enumPavel Labath2017-02-223-0/+42
* Mark TestDarwinLogBasic.py as an xfail because the logging isJason Molenda2017-02-221-0/+1
* Log: Fix race in accessing the stream variablePavel Labath2017-02-213-1/+36
* Fix spelling mistake.Jason Molenda2017-02-211-1/+1
* Fix a couple of corner cases in NameMatchesPavel Labath2017-02-2013-80/+121
* [test] Fix finding LLDB tools when building stand-aloneMichal Gorny2017-02-192-6/+14
* Update the location of ModuleCacheTest.cpp fromJason Molenda2017-02-181-10438/+10446
OpenPOWER on IntegriCloud