aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools
AgeCommit message (Expand)AuthorFilesLines
2016-07-14Fix -break-enable/-break-disable commands (MI)Ilia K1-23/+3
2016-07-07Try to fix the OSX build with old SDK after r274725Tamas Berghammer1-2/+12
2016-07-07debugserver will now report the minimum version load commandJason Molenda2-0/+47
2016-07-07Add support to debugserver for some new ways to interact with dyldJason Molenda6-174/+611
2016-07-04Remove SIGPIPE handler in LLGSPavel Labath1-20/+1
2016-06-29Remove platform plugins from lldb-serverPavel Labath1-73/+1
2016-06-2864-bit LEB values are not always correctly decoded due to a casting issue, no...Greg Clayton1-2/+2
2016-06-21Fix the "Release" build on MacOSX for debugserver. Extra bad include paths we...Greg Clayton1-1/+0
2016-06-21Change the "debugserver-mini" target (a version of debugserverJason Molenda2-21/+40
2016-06-07Add support for using armv7 compact unwind informationJason Molenda1-2/+2
2016-06-04Add armv7 compact unwind printing to the compact-unwind-dumper.c toolJason Molenda1-0/+199
2016-05-26[cmake] Add ability to customize (and skip) debugserver codesignPavel Labath1-23/+25
2016-05-25Add support for arm64 compact unwind tables, used on darwin arm64Jason Molenda1-0/+149
2016-05-19Check that __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is definedJason Molenda1-1/+1
2016-05-18Fix an issue where debugserver would not properly vend OS version information...Enrico Granata1-7/+5
2016-05-12Don't crash when a process' task port goes bad.Greg Clayton1-1/+0
2016-05-06debugserver; fix -Wunused-local-typedef, -Wunused-variable warningsSaleem Abdulrasool1-7/+0
2016-05-06debugserver: fix a couple of -Wmissing-field-initializers warningsSaleem Abdulrasool1-1/+3
2016-05-06debugserver: fix some -Wpessimizing-move warningsSaleem Abdulrasool1-3/+3
2016-05-06debugserver: fix a few -Wcovered-swift-default warningsSaleem Abdulrasool2-2/+0
2016-05-06debugserver: fix some -Wformat-pedantic warningsSaleem Abdulrasool1-16/+7
2016-05-02debugserver should fflush its log stream in FileLogCallback, now it does.Greg Clayton1-2/+3
2016-04-14Don't disable stdin buffering on WindowsAdrian McCarthy1-6/+5
2016-04-11[Driver] Fix a segfault in signal handlersPavel Labath1-2/+6
2016-04-08-thread-info in lldbmi does not conform to protocol. Should end with current ...Chuck Ries2-4/+23
2016-04-01Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton2-0/+2
2016-03-29Revert the "build fix" in r264104Pavel Labath1-4/+0
2016-03-24Update the INFOPLIST_FILE setting in the xcode project fileJason Molenda1-1/+1
2016-03-22Reverted a change in r264074 that made lldb-mi use lldb_private APIs.Sean Callanan1-1/+2
2016-03-22[lldb-mi] Uncomment a line in CMakeLists.txt to make linux build happy.Siva Chandra1-1/+1
2016-03-22Unicode support on Win32.Zachary Turner4-39/+66
2016-03-19Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan1-3/+1
2016-03-18Delete the custom implementation of signal() on Windows.Zachary Turner6-113/+5
2016-03-18Added a break statement that was needed. Caught by clang's unannotated case f...Greg Clayton1-1/+2
2016-03-15Bump the lldb version # in the xcode project files fromJason Molenda1-19/+19
2016-02-26Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton1-0/+1
2016-02-24Removed unused functions.Greg Clayton2-105/+0
2016-02-23[linux] Remove all traces of signalfd(2)Pavel Labath1-7/+0
2016-02-19This patch stops lldb from loading a .lldbinit file from the currentJason Molenda2-10/+48
2016-02-15Silence some clang warningsSaleem Abdulrasool1-1/+2
2016-02-10Add new option to lldb-server to display its versionTamas Berghammer1-15/+21
2016-02-10Add a missing break.Jim Ingham1-1/+1
2016-02-09If we set the DYLD_INSERT_LIBRARIES environment variable when launching debug...Greg Clayton1-0/+4
2016-02-08Show real error message in -data-evaluate-expressionEugene Leviant2-3/+8
2016-02-08Have lldb-server log the timestamp in its log messagesPavel Labath1-1/+1
2016-01-29Fix crash in lldb-mi when stack variable name is nullptr. This always happens...Eugene Leviant1-1/+6
2016-01-29Fix linking of lldb-server with BUILD_SHARED_LIBSPavel Labath1-16/+11
2016-01-28add back an Xcode-specific Makefile for header installationTodd Fiala1-0/+23
2016-01-28Remove autoconf support from source directories.Eugene Zelenko10-297/+0
2016-01-28A while back in revison 244716 we added support for getting the host OS versi...Greg Clayton1-8/+2