| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the quoting in my x packet documentation so it's | Jason Molenda | 2014-05-13 | 1 | -1/+1 |
* | Add a new SBThread::SafeToCallFunctions API; this calls over to | Jason Molenda | 2014-05-13 | 15 | -0/+261 |
* | Fix broken TestMultithreaded on Linux. | Todd Fiala | 2014-05-13 | 1 | -2/+0 |
* | python: silence macro redefinition warnings | Saleem Abdulrasool | 2014-05-12 | 1 | -0/+9 |
* | Documented our "attach" extension packets. | Jim Ingham | 2014-05-09 | 1 | -0/+55 |
* | Args::StringToGenericRegister will now accept "lr" as | Jason Molenda | 2014-05-09 | 2 | -1/+3 |
* | "process kill" and "process detach" were causing double prompts or prompts th... | Greg Clayton | 2014-05-08 | 3 | -64/+40 |
* | Revert bad checkin that use incorrect member field. | Greg Clayton | 2014-05-08 | 1 | -1/+0 |
* | Set the current line to invalid when done getting multiple lines. | Greg Clayton | 2014-05-08 | 1 | -0/+1 |
* | lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO... | Greg Clayton | 2014-05-08 | 8 | -14/+14 |
* | Change ProcessElfCore::CreateInstance() to check if the ELF magic bytes | Jason Molenda | 2014-05-07 | 1 | -1/+1 |
* | Allow clients to control the exact path that is used to launch processes by a... | Greg Clayton | 2014-05-07 | 3 | -15/+65 |
* | Modify debugserver to follow gdb remote $qC protocol definition. | Todd Fiala | 2014-05-07 | 5 | -17/+151 |
* | If CMake finds a python interpreter, use it | Ed Maste | 2014-05-07 | 1 | -4/+6 |
* | control-D on empty line to quit lldb stopped working in Release builds on Mac... | Greg Clayton | 2014-05-06 | 1 | -1/+2 |
* | gdbremote testing: added regex support to match packets and propagate/test ag... | Todd Fiala | 2014-05-06 | 3 | -49/+238 |
* | Change ProcessGDBRemote::DoReadMemory to use the x packet to read | Jason Molenda | 2014-05-06 | 3 | -4/+167 |
* | Add GetxPacketSupported to test if the 'x' packet is supported. | Jason Molenda | 2014-05-06 | 2 | -0/+24 |
* | Add a simple qSupported packet, fix a bug in decode_binary_data(), | Jason Molenda | 2014-05-06 | 3 | -8/+141 |
* | Refactored gdb remote protocol testing sequence handling. | Todd Fiala | 2014-05-05 | 2 | -134/+171 |
* | Rename eExecution*** to eExpression*** to be consistent with the result type. | Jim Ingham | 2014-05-05 | 22 | -122/+122 |
* | Make the Expression Execution result enum available to the SB API layer. | Jim Ingham | 2014-05-05 | 30 | -105/+224 |
* | Track recent changes in clang internals | Alp Toker | 2014-05-03 | 2 | -6/+4 |
* | Remove obsolete CXX11 buld instructions | Alp Toker | 2014-05-03 | 1 | -11/+7 |
* | LLDB could segfault if it got a .a file that had extra padding bytes at the e... | Greg Clayton | 2014-05-02 | 1 | -1/+24 |
* | Use posix_spawn on NetBSD as well. | Joerg Sonnenberger | 2014-05-02 | 2 | -7/+7 |
* | For now, use FreeBSD's host configuration for NetBSD as well. | Joerg Sonnenberger | 2014-05-02 | 1 | -1/+1 |
* | Fix format string for 32bit systems. | Joerg Sonnenberger | 2014-05-02 | 1 | -1/+1 |
* | Use correct readline header on NetBSD. | Joerg Sonnenberger | 2014-05-02 | 1 | -1/+1 |
* | LLDB_INVALID_ADDRESS may not be too large for a uintptr_t, so cast | Joerg Sonnenberger | 2014-05-02 | 1 | -1/+1 |
* | EOF is outside the value range of char on architectures with unsigned | Joerg Sonnenberger | 2014-05-02 | 1 | -1/+1 |
* | LLDB_INVALID_OFFSET can be large than a size_t on ILP32 systems, so use | Joerg Sonnenberger | 2014-05-02 | 1 | -2/+2 |
* | "DONE" is being left in multi-line results when it shouldn't for non terminal... | Greg Clayton | 2014-05-02 | 7 | -8/+15 |
* | Fixed CTRL+C related issues: | Greg Clayton | 2014-05-02 | 15 | -83/+235 |
* | Fixed whitespace issues. | Greg Clayton | 2014-05-01 | 1 | -55/+55 |
* | Sometimes when launching through a shell, we can run into cases where the /bi... | Greg Clayton | 2014-04-30 | 1 | -0/+21 |
* | Allow for a task port to change when we exec. | Greg Clayton | 2014-04-30 | 4 | -11/+33 |
* | Report the result of waitpid() a little more clearly as well as clearly loggi... | Greg Clayton | 2014-04-30 | 1 | -13/+55 |
* | Correct offsets in the debugserver arm back end for the s and d registers so ... | Jason Molenda | 2014-04-30 | 1 | -4/+4 |
* | Added gdb remote protocol tests for no output and inferior non-zero exit code. | Todd Fiala | 2014-04-29 | 3 | -17/+129 |
* | Fix interval recalculation in the event that usleep is interrupted | Ed Maste | 2014-04-29 | 1 | -1/+1 |
* | Typo: forever is one word | Ed Maste | 2014-04-29 | 1 | -1/+1 |
* | Add decorator for FreeBSD buildbot failure | Ed Maste | 2014-04-29 | 1 | -0/+1 |
* | Make lldb-gdbserver configure/(g)make build parity with cmake. | Todd Fiala | 2014-04-29 | 1 | -5/+2 |
* | Added debugserver/llgs protocol test for output and clean exit. | Todd Fiala | 2014-04-29 | 1 | -0/+39 |
* | Address warnings in EmulateInstructionARM64 | Ed Maste | 2014-04-28 | 2 | -11/+2 |
* | Fixed up lldb-gdbserver to match slightly different debugserver listener host... | Todd Fiala | 2014-04-28 | 2 | -2/+11 |
* | Added two new test types: @debugserver_test and @llgs_test. | Todd Fiala | 2014-04-28 | 4 | -38/+157 |
* | Since one or more Editline instances of the same kind (lldb commands, express... | Greg Clayton | 2014-04-25 | 2 | -63/+162 |
* | Free the strong reference to a lldb::SBDebugger that the script interpreter w... | Greg Clayton | 2014-04-25 | 4 | -0/+23 |