summaryrefslogtreecommitdiffstats
path: root/lldb/tools
Commit message (Expand)AuthorAgeFilesLines
* Switch over to using socketpair for local debugserver connections as they are...Greg Clayton2016-08-121-1/+46
* Undo usage of LLVM macros in debugserverTodd Fiala2016-08-101-2/+2
* Delete Host/windows/win32.hZachary Turner2016-08-092-5/+5
* Remove CFData from the xcodeproj as wellEnrico Granata2016-08-091-8/+0
* [debugserver] Delete CFData.{h,cpp}, since they appear to be dead (NFCI)Vedant Kumar2016-08-094-114/+0
* Remove Android.hPavel Labath2016-08-081-1/+2
* [lldb] Delete dead, infinitely-recursive code (NFC)Vedant Kumar2016-08-012-12/+0
* Fix -break-insert not working when using absolute paths (MI)Ilia K2016-07-293-1/+27
* Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda2016-07-211-0/+7
* Typo corrections identified by codespellEd Maste2016-07-191-1/+1
* Fix -break-enable/-break-disable commands (MI)Ilia K2016-07-141-23/+3
* Try to fix the OSX build with old SDK after r274725Tamas Berghammer2016-07-071-2/+12
* debugserver will now report the minimum version load commandJason Molenda2016-07-072-0/+47
* Add support to debugserver for some new ways to interact with dyldJason Molenda2016-07-076-174/+611
* Remove SIGPIPE handler in LLGSPavel Labath2016-07-041-20/+1
* Remove platform plugins from lldb-serverPavel Labath2016-06-291-73/+1
* 64-bit LEB values are not always correctly decoded due to a casting issue, no...Greg Clayton2016-06-281-2/+2
* Fix the "Release" build on MacOSX for debugserver. Extra bad include paths we...Greg Clayton2016-06-211-1/+0
* Change the "debugserver-mini" target (a version of debugserverJason Molenda2016-06-212-21/+40
* Add support for using armv7 compact unwind informationJason Molenda2016-06-071-2/+2
* Add armv7 compact unwind printing to the compact-unwind-dumper.c toolJason Molenda2016-06-041-0/+199
* [cmake] Add ability to customize (and skip) debugserver codesignPavel Labath2016-05-261-23/+25
* Add support for arm64 compact unwind tables, used on darwin arm64Jason Molenda2016-05-251-0/+149
* Check that __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is definedJason Molenda2016-05-191-1/+1
* Fix an issue where debugserver would not properly vend OS version information...Enrico Granata2016-05-181-7/+5
* Don't crash when a process' task port goes bad.Greg Clayton2016-05-121-1/+0
* debugserver; fix -Wunused-local-typedef, -Wunused-variable warningsSaleem Abdulrasool2016-05-061-7/+0
* debugserver: fix a couple of -Wmissing-field-initializers warningsSaleem Abdulrasool2016-05-061-1/+3
* debugserver: fix some -Wpessimizing-move warningsSaleem Abdulrasool2016-05-061-3/+3
* debugserver: fix a few -Wcovered-swift-default warningsSaleem Abdulrasool2016-05-062-2/+0
* debugserver: fix some -Wformat-pedantic warningsSaleem Abdulrasool2016-05-061-16/+7
* debugserver should fflush its log stream in FileLogCallback, now it does.Greg Clayton2016-05-021-2/+3
* Don't disable stdin buffering on WindowsAdrian McCarthy2016-04-141-6/+5
* [Driver] Fix a segfault in signal handlersPavel Labath2016-04-111-2/+6
* -thread-info in lldbmi does not conform to protocol. Should end with current ...Chuck Ries2016-04-082-4/+23
* Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton2016-04-012-0/+2
* Revert the "build fix" in r264104Pavel Labath2016-03-291-4/+0
* Update the INFOPLIST_FILE setting in the xcode project fileJason Molenda2016-03-241-1/+1
* Reverted a change in r264074 that made lldb-mi use lldb_private APIs.Sean Callanan2016-03-221-1/+2
* [lldb-mi] Uncomment a line in CMakeLists.txt to make linux build happy.Siva Chandra2016-03-221-1/+1
* Unicode support on Win32.Zachary Turner2016-03-224-39/+66
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-3/+1
* Delete the custom implementation of signal() on Windows.Zachary Turner2016-03-186-113/+5
* Added a break statement that was needed. Caught by clang's unannotated case f...Greg Clayton2016-03-181-1/+2
* Bump the lldb version # in the xcode project files fromJason Molenda2016-03-151-19/+19
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-0/+1
* Removed unused functions.Greg Clayton2016-02-242-105/+0
* [linux] Remove all traces of signalfd(2)Pavel Labath2016-02-231-7/+0
* This patch stops lldb from loading a .lldbinit file from the currentJason Molenda2016-02-192-10/+48
* Silence some clang warningsSaleem Abdulrasool2016-02-151-1/+2
OpenPOWER on IntegriCloud