summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Updated the results formatter to eliminate redundant data.Sean Callanan2017-02-181-27/+4
* NPL: Fix an incorrect logging formatv callPavel Labath2017-02-171-2/+2
* Switch GDBRemoteLog to the new registration mechanismPavel Labath2017-02-173-213/+32
* Switch ProcessKDPLog to the new channel registration mechanismPavel Labath2017-02-174-203/+35
* Fix compiler warnings for missing switch cases in lldb.Pavel Labath2017-02-174-87/+10
* Fix VASprintfTest on darwinPavel Labath2017-02-171-2/+2
* Reapply "Refactor log channel registration mechanism"Pavel Labath2017-02-1711-492/+339
* NPL: Fix one more bug in the single step workaroundPavel Labath2017-02-173-6/+10
* Fix breakage caused by r295368Pavel Labath2017-02-174-3/+4
* Add myself to CODE_OWNERS.txt for NetBSDKamil Rytarowski2017-02-171-0/+4
* Fix buildZachary Turner2017-02-162-2/+2
* Finish breaking the dependency from Utility.Zachary Turner2017-02-1623-10529/+10612
* Reindent the code to avoid an error with gcc:Sylvestre Ledru2017-02-161-35/+35
* NPL: Fix single step workaroundPavel Labath2017-02-163-10/+13
* [lldb] Add support for "external" reports in ThreadSanitizer LLDB pluginKuba Mracek2017-02-161-2/+31
* Fix build due to clang r295311Pavel Labath2017-02-161-1/+0
* Fix a bug introduced in r235737 where code with important sideJason Molenda2017-02-162-2/+4
* Fix Xcode project.Greg Clayton2017-02-151-12/+12
* Skip TestStepOverBreakpoint on windowsPavel Labath2017-02-151-0/+2
* Revert "Refactor log channel registration mechanism"Pavel Labath2017-02-1511-330/+491
OpenPOWER on IntegriCloud