| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move the post-build step that creates lldb.py. | Zachary Turner | 2014-07-10 | 1 | -10/+0 |
* | Reapply typo fix. | Bruce Mitchener | 2014-07-10 | 1 | -1/+1 |
* | Fix a type mismatch in NativeProcessLinux that shows up in 32-bit builds. | Todd Fiala | 2014-07-10 | 1 | -1/+1 |
* | Fixes for broken Debian build - g++ 4.7 support. | Todd Fiala | 2014-07-10 | 2 | -5/+16 |
* | Make sure the "command regex add" has a unique name for editline history purp... | Greg Clayton | 2014-07-09 | 1 | -1/+1 |
* | Dont' use a random probe & alloc strategy for the IRMemoryMap. | Zachary Turner | 2014-07-09 | 1 | -30/+8 |
* | Fix tests broken by the OptionValidator changes. | Zachary Turner | 2014-07-09 | 5 | -1/+21 |
* | Revert "Fix broken tests due to new error output." | Zachary Turner | 2014-07-09 | 34 | -429/+498 |
* | __arm64__ and __aarch64__ #ifdef adjustments | Todd Fiala | 2014-07-09 | 12 | -25/+25 |
* | Correct indentation level for one line. | Jason Molenda | 2014-07-09 | 1 | -1/+1 |
* | Tweak for lldb coding style consistency. | Jason Molenda | 2014-07-08 | 1 | -1/+2 |
* | Add the ability to provide a "count" option to the various "thread step-*" op... | Jim Ingham | 2014-07-08 | 2 | -11/+88 |
* | Document the "thread.completed-expression" feature in the "expression" comman... | Jim Ingham | 2014-07-08 | 1 | -0/+9 |
* | Fix typos. | Bruce Mitchener | 2014-07-08 | 25 | -35/+35 |
* | Simplify Host::GetOSVersion() on macosx. | Jean-Daniel Dupas | 2014-07-08 | 1 | -46/+7 |
* | Fix broken tests due to new error output. | Todd Fiala | 2014-07-08 | 34 | -497/+428 |
* | Implment "platform process list" for Windows. | Zachary Turner | 2014-07-08 | 2 | -2/+125 |
* | Fix a compilation failure caused by a non-const reference. | Zachary Turner | 2014-07-08 | 1 | -1/+1 |
* | If a hand-called function is interrupted by hitting a breakpoint, then | Jim Ingham | 2014-07-08 | 5 | -13/+118 |
* | Invalidate process UID/GID-related command options on Windows. | Zachary Turner | 2014-07-07 | 5 | -37/+107 |
* | Allow specification of no source display on stop. | Todd Fiala | 2014-07-07 | 1 | -5/+4 |
* | remove trailing whitespace + remove some useless comments | Sylvestre Ledru | 2014-07-06 | 13 | -2056/+2038 |
* | Update lldb code to match the change in clang r212386 | Sylvestre Ledru | 2014-07-06 | 1 | -1/+1 |
* | Track changes from clang r212388 | Alp Toker | 2014-07-06 | 2 | -9/+6 |
* | Track IntrusiveRefCntPtr::get() changes from LLVM r212366 | Alp Toker | 2014-07-05 | 1 | -3/+3 |
* | Windows build fixes and removal of endlessly recursive termination function. | Todd Fiala | 2014-07-04 | 1 | -9/+0 |
* | Fix OptionDefinition break from r212290. | Todd Fiala | 2014-07-04 | 1 | -15/+15 |
* | Fix -Wnull-conversion warning. | Zachary Turner | 2014-07-03 | 1 | -1/+1 |
* | Adds the notion of an OptionValidator. | Zachary Turner | 2014-07-03 | 31 | -380/+379 |
* | Fix compilation errors introduced by host Pipe abstraction | Zachary Turner | 2014-07-03 | 1 | -6/+5 |
* | Add enumerations for additional languages from DWARF spec updates. | Bruce Mitchener | 2014-07-03 | 3 | -1/+15 |
* | lldb - problem with some PTRACE_* constants in NativeProcessLinux.cpp file | Todd Fiala | 2014-07-02 | 1 | -1/+15 |
* | Add host layer support for pipes. | Greg Clayton | 2014-07-02 | 5 | -101/+215 |
* | Removing Carbon dependency by removing obsolete code. | Jean-Daniel Dupas | 2014-07-02 | 1 | -93/+0 |
* | If a breakpoint gets deleted, any SBBreakpoints representing that | Jim Ingham | 2014-07-02 | 1 | -1/+6 |
* | Start converting usages of off_t to other types. | Zachary Turner | 2014-07-02 | 8 | -29/+30 |
* | Replace uint32_t by lldb::RegisterKing in register context API. | Jean-Daniel Dupas | 2014-07-02 | 34 | -50/+55 |
* | Add Kalimba support to ArchSpec. | Todd Fiala | 2014-07-01 | 1 | -2/+6 |
* | Fix typos. | Bruce Mitchener | 2014-07-01 | 40 | -109/+109 |
* | Minumum -> Minimum. | Bruce Mitchener | 2014-07-01 | 1 | -3/+3 |
* | This creates a valid Python API for Windows, pending some issues. The changes... | Deepak Panickal | 2014-07-01 | 4 | -1/+16 |
* | Use native ::pid_t in Linux ProcessMonitor (local debugging). | Todd Fiala | 2014-07-01 | 1 | -14/+19 |
* | Fix Windows build after llgs upstream. | Zachary Turner | 2014-07-01 | 1 | -0/+2 |
* | Fixup Windows build breaks for the llgs upstream. | Todd Fiala | 2014-06-30 | 8 | -55/+43 |
* | Add lldb-gdbserver support for Linux x86_64. | Todd Fiala | 2014-06-30 | 59 | -170/+11335 |
* | Factored out Linux proc file reading into separate class. | Todd Fiala | 2014-06-30 | 4 | -62/+147 |
* | Pull ProcessInfo and ProcessLaunchInfo out of Target/Process. | Todd Fiala | 2014-06-30 | 4 | -363/+757 |
* | Don't truncate the target triple when initializing clang. | Zachary Turner | 2014-06-27 | 1 | -13/+0 |
* | Fix ObjectFileELF to determine architectures independent of host. | Todd Fiala | 2014-06-27 | 2 | -37/+303 |
* | lldb: remove adhoc implementation of array_sizeof | Saleem Abdulrasool | 2014-06-27 | 22 | -50/+70 |