summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* include Host/Time.h in Cocoa.cppPavel Labath2017-01-251-0/+1
* NPL: Compartmentalize arm64 single step workaround betterPavel Labath2017-01-254-133/+106
* Replace chdir() usage with the llvm equivalent.Pavel Labath2017-01-254-23/+7
* Reverted 292880 to fix a linker error.Sean Callanan2017-01-251-49/+0
* Conditionalized OsLogger.cpp on a modern SDK.Sean Callanan2017-01-251-1/+3
* Jim unintentionally had the gdb-format specifiers falling throughJason Molenda2017-01-253-17/+40
* Provide option to set pc of the file loaded in memory.Hafiz Abid Qadeer2017-01-245-8/+23
* Fix a bug where lldb does not respect the packet size.Hafiz Abid Qadeer2017-01-241-5/+25
* Fix android build for r292935 (personality.h)Pavel Labath2017-01-241-5/+10
* FreeBSD ARM support for software single stepEd Maste2017-01-244-7/+237
* android-mips: define PTRACE_GETREGSET in headers don't do itPavel Labath2017-01-241-0/+3
* include linux/personality.h on androidPavel Labath2017-01-241-0/+4
* Include termios.h for definition of struct winsizePavel Labath2017-01-241-0/+1
* Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich2017-01-249-24/+254
* Add format_provider for lldb::StateTypePavel Labath2017-01-245-13/+38
* Fix the last commit; compression was being enabled on mac nativeJason Molenda2017-01-241-1/+1
* Prefer lzfse if it is an available compression method (this wasJason Molenda2017-01-241-3/+3
* Enable compression capability in debugserver for all of ios/watchos/tvosJason Molenda2017-01-241-6/+1
* weak-link debugserver against the LoggingSupport framework;Jason Molenda2017-01-241-0/+49
* Replace getcwd with the llvm equivalentPavel Labath2017-01-236-49/+22
* Add a catch-all line for detecting dyld in the inferior processJason Molenda2017-01-212-0/+5
* Prevent client from querying each thread's PC at each stop.Pavel Labath2017-01-204-36/+187
* Fix more unused variable warnings when asserts are disabled.Hafiz Abid Qadeer2017-01-204-0/+5
* Provide a substitute to load command of gdb.Hafiz Abid Qadeer2017-01-195-0/+91
* Refactor logging in NativeProcessLinuxPavel Labath2017-01-191-637/+323
* Avoid unused variable warning when assert is disabled.Hafiz Abid Qadeer2017-01-191-2/+2
* Fix a problem with the new dyld interface code -- when a new processJason Molenda2017-01-191-0/+5
* Fix new Log unit testPavel Labath2017-01-181-1/+1
* Fix windows build for previous commitPavel Labath2017-01-181-1/+2
* Add a more succinct logging syntaxPavel Labath2017-01-187-65/+165
* [cmake] Make lldb build with the android ndk toolchain filePavel Labath2017-01-177-26/+19
* Fix windows unit testsPavel Labath2017-01-161-1/+1
* FileSpec: Fix PrependPathComponent("/")Pavel Labath2017-01-162-25/+45
* Fix TestRegisterVariables for linux arm/arm64 gcc ver > 5Omair Javaid2017-01-131-1/+1
* Remove a couple of Stream flagsPavel Labath2017-01-1310-191/+33
* Fix log typo in ABISysV_arm64.cppOmair Javaid2017-01-131-1/+1
* [CMake] Fix finding LLDBWrapPython.cpp in Framework buildChris Bieneman2017-01-121-1/+1
* Fix gcc build for r291756Pavel Labath2017-01-121-1/+1
* Add format_provider for the Error classPavel Labath2017-01-123-0/+31
* Fix build for clang r291753Pavel Labath2017-01-121-2/+1
* Update to match clang r291737.Richard Smith2017-01-121-3/+2
* XFAIL TestRegisterVariables on gcc-4.8-x86_64Pavel Labath2017-01-101-0/+2
* Improve Type::GetTypeScopeAndBasenameHelper and add unit testsTamas Berghammer2017-01-107-59/+117
* [cmake] Fix LLVM_LINK_LLVM_DYLIB build, againPavel Labath2017-01-101-1/+7
* [LLDB][MIPS] Fix TestLldbGdbServer failure for MIPSNitesh Jain2017-01-102-1/+265
* [LLDB][MIPS] Revert TestLldbGdbServer failure for MIPSNitesh Jain2017-01-102-265/+1
* [LLDB][MIPS] Fix TestLldbGdbServer failure for MIPSNitesh Jain2017-01-102-1/+265
* Stop limiting the number of TSan backtrace size to 8Kuba Mracek2017-01-101-1/+2
* [cmake] Obtain LLVM_CMAKE_PATH from llvm-configMichal Gorny2017-01-091-2/+3
* Fix dereferencing of pointers to empty classesTamas Berghammer2017-01-074-30/+110
OpenPOWER on IntegriCloud