summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor log channel registration mechanismPavel Labath2017-02-1511-491/+330
* Fix debug build of unit testsPavel Labath2017-02-151-0/+3
* Fix unittests after r295088Pavel Labath2017-02-151-0/+0
* Fix TestNameLookup for GCCPavel Labath2017-02-151-2/+2
* Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich2017-02-1510-34/+260
* Use StringRef and APFloat instead of lldb/StringConvert.hZachary Turner2017-02-141-11/+10
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-1490-111/+131
* XFAIL TestNameLookup for GCCPavel Labath2017-02-141-1/+2
* Before returning a pc value for a stack frame,Jason Molenda2017-02-141-3/+21
* Fix buildbots.Greg Clayton2017-02-131-1/+1
* FindFunctions now works again with mangled names.Greg Clayton2017-02-135-20/+158
* [CMake] Adding API dependency on UtilityChris Bieneman2017-02-131-0/+1
* [CMake] Adding API dependency on UtilityChris Bieneman2017-02-131-0/+1
* Try to fix windows build (broken by r294939)Pavel Labath2017-02-132-6/+2
* Remove some dead code from ProcessPOSIXLogPavel Labath2017-02-132-41/+0
* Clean up debug loggingPavel Labath2017-02-137-79/+31
* Fix the lldb_private::Function::GetDescription to print out the name and mang...Greg Clayton2017-02-101-6/+9
* Fix another build issue with shared libraries on LinuxChris Bieneman2017-02-102-2/+2
* Fix another build issue with shared libraries on LinuxChris Bieneman2017-02-101-0/+2
* Fix build issue with shared libraries reported via emailChris Bieneman2017-02-101-0/+1
* Really fix windows buildPavel Labath2017-02-101-2/+2
OpenPOWER on IntegriCloud