summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix the quoting in my x packet documentation so it'sJason Molenda2014-05-131-1/+1
* Add a new SBThread::SafeToCallFunctions API; this calls over toJason Molenda2014-05-1315-0/+261
* Fix broken TestMultithreaded on Linux.Todd Fiala2014-05-131-2/+0
* python: silence macro redefinition warningsSaleem Abdulrasool2014-05-121-0/+9
* Documented our "attach" extension packets.Jim Ingham2014-05-091-0/+55
* Args::StringToGenericRegister will now accept "lr" as Jason Molenda2014-05-092-1/+3
* "process kill" and "process detach" were causing double prompts or prompts th...Greg Clayton2014-05-083-64/+40
* Revert bad checkin that use incorrect member field.Greg Clayton2014-05-081-1/+0
* Set the current line to invalid when done getting multiple lines.Greg Clayton2014-05-081-0/+1
* lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...Greg Clayton2014-05-088-14/+14
* Change ProcessElfCore::CreateInstance() to check if the ELF magic bytesJason Molenda2014-05-071-1/+1
* Allow clients to control the exact path that is used to launch processes by a...Greg Clayton2014-05-073-15/+65
* Modify debugserver to follow gdb remote $qC protocol definition.Todd Fiala2014-05-075-17/+151
* If CMake finds a python interpreter, use itEd Maste2014-05-071-4/+6
* control-D on empty line to quit lldb stopped working in Release builds on Mac...Greg Clayton2014-05-061-1/+2
* gdbremote testing: added regex support to match packets and propagate/test ag...Todd Fiala2014-05-063-49/+238
* Change ProcessGDBRemote::DoReadMemory to use the x packet to readJason Molenda2014-05-063-4/+167
* Add GetxPacketSupported to test if the 'x' packet is supported.Jason Molenda2014-05-062-0/+24
* Add a simple qSupported packet, fix a bug in decode_binary_data(), Jason Molenda2014-05-063-8/+141
* Refactored gdb remote protocol testing sequence handling.Todd Fiala2014-05-052-134/+171
* Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham2014-05-0522-122/+122
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-0530-105/+224
* Track recent changes in clang internalsAlp Toker2014-05-032-6/+4
* Remove obsolete CXX11 buld instructionsAlp Toker2014-05-031-11/+7
* LLDB could segfault if it got a .a file that had extra padding bytes at the e...Greg Clayton2014-05-021-1/+24
* Use posix_spawn on NetBSD as well.Joerg Sonnenberger2014-05-022-7/+7
* For now, use FreeBSD's host configuration for NetBSD as well.Joerg Sonnenberger2014-05-021-1/+1
* Fix format string for 32bit systems.Joerg Sonnenberger2014-05-021-1/+1
* Use correct readline header on NetBSD.Joerg Sonnenberger2014-05-021-1/+1
* LLDB_INVALID_ADDRESS may not be too large for a uintptr_t, so castJoerg Sonnenberger2014-05-021-1/+1
* EOF is outside the value range of char on architectures with unsignedJoerg Sonnenberger2014-05-021-1/+1
* LLDB_INVALID_OFFSET can be large than a size_t on ILP32 systems, so useJoerg Sonnenberger2014-05-021-2/+2
* "DONE" is being left in multi-line results when it shouldn't for non terminal...Greg Clayton2014-05-027-8/+15
* Fixed CTRL+C related issues:Greg Clayton2014-05-0215-83/+235
* Fixed whitespace issues.Greg Clayton2014-05-011-55/+55
* Sometimes when launching through a shell, we can run into cases where the /bi...Greg Clayton2014-04-301-0/+21
* Allow for a task port to change when we exec. Greg Clayton2014-04-304-11/+33
* Report the result of waitpid() a little more clearly as well as clearly loggi...Greg Clayton2014-04-301-13/+55
* Correct offsets in the debugserver arm back end for the s and d registers so ...Jason Molenda2014-04-301-4/+4
* Added gdb remote protocol tests for no output and inferior non-zero exit code.Todd Fiala2014-04-293-17/+129
* Fix interval recalculation in the event that usleep is interruptedEd Maste2014-04-291-1/+1
* Typo: forever is one wordEd Maste2014-04-291-1/+1
* Add decorator for FreeBSD buildbot failureEd Maste2014-04-291-0/+1
* Make lldb-gdbserver configure/(g)make build parity with cmake.Todd Fiala2014-04-291-5/+2
* Added debugserver/llgs protocol test for output and clean exit.Todd Fiala2014-04-291-0/+39
* Address warnings in EmulateInstructionARM64Ed Maste2014-04-282-11/+2
* Fixed up lldb-gdbserver to match slightly different debugserver listener host...Todd Fiala2014-04-282-2/+11
* Added two new test types: @debugserver_test and @llgs_test.Todd Fiala2014-04-284-38/+157
* Since one or more Editline instances of the same kind (lldb commands, express...Greg Clayton2014-04-252-63/+162
* Free the strong reference to a lldb::SBDebugger that the script interpreter w...Greg Clayton2014-04-254-0/+23
OpenPOWER on IntegriCloud