| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clean up the logic in setting timeouts a bit, and the logging as well. | Jim Ingham | 2014-04-16 | 1 | -12/+30 |
* | Fix the behavior when hand-calling a function times out on one thread, | Jim Ingham | 2014-04-08 | 1 | -4/+33 |
* | sweep up -Wformat warnings from gcc | Saleem Abdulrasool | 2014-04-04 | 1 | -136/+153 |
* | Make the fail messages | Jim Ingham | 2014-04-03 | 1 | -0/+2 |
* | Fix one thread timeout logic | Ed Maste | 2014-03-31 | 1 | -1/+1 |
* | Add the ability from the SB API's to set the "one thread" timeout | Jim Ingham | 2014-03-28 | 1 | -8/+30 |
* | Move calls to DisableAllBreakpointSites() and m_thread_list.DiscardThreadPlan... | Andrew MacPherson | 2014-03-25 | 1 | -0/+3 |
* | Create a Process::ModulesDidLoad() method to handle process-related tasks, as... | Andrew MacPherson | 2014-03-13 | 1 | -3/+14 |
* | Replace some _MSC_VER with _WIN32. | Hafiz Abid Qadeer | 2014-03-12 | 1 | -2/+2 |
* | Don't hold the ThreadList lock over calls to the GetStatus (Process or Thread... | Jim Ingham | 2014-03-07 | 1 | -6/+28 |
* | Temporarily disable the JIT loading detector till we figure out why it crashe... | Jim Ingham | 2014-03-06 | 1 | -3/+3 |
* | Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri... | Andrew MacPherson | 2014-03-05 | 1 | -3/+26 |
* | "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl... | Greg Clayton | 2014-03-03 | 1 | -0/+8 |
* | Fixed all overlapping prompt issues. | Greg Clayton | 2014-02-28 | 1 | -34/+51 |
* | Plumb the EvaluateExpressionOptions::{Set,Get}StopOthers through the SB API, ... | Jim Ingham | 2014-02-28 | 1 | -1/+6 |
* | A better long term fix for stopping the process when it is running by writing... | Greg Clayton | 2014-02-26 | 1 | -2/+24 |
* | Reapply r184270 by Jim Ingham to avoid abort on FreeBSD | Ed Maste | 2014-02-25 | 1 | -1/+1 |
* | Fixed the command line LLDB so that "CTRL+C" will interrupt a running process... | Greg Clayton | 2014-02-24 | 1 | -3/+11 |
* | Fix null dereference if address is NULL. | Jean-Daniel Dupas | 2014-02-08 | 1 | -3/+1 |
* | Change the Mac OS X SystemRuntime plugin from using the placeholder | Jason Molenda | 2014-02-05 | 1 | -35/+0 |
* | Fixing the Windows build for the changes brought in from the iohandler merge. | Deepak Panickal | 2014-01-31 | 1 | -0/+8 |
* | Merging the iohandler branch back into main. | Greg Clayton | 2014-01-27 | 1 | -111/+221 |
* | Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ... | Jim Ingham | 2014-01-10 | 1 | -49/+143 |
* | Remove wait_for_launch parameter from DoAttachToProcessWithName(). This param... | Jean-Daniel Dupas | 2013-12-23 | 1 | -1/+1 |
* | Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to represent | Jason Molenda | 2013-12-13 | 1 | -0/+63 |
* | Expose SBPlatform through the public API. | Greg Clayton | 2013-11-20 | 1 | -7/+39 |
* | Flush the Process' cache of extended threads every time the | Jason Molenda | 2013-11-20 | 1 | -2/+7 |
* | Add logging for the SB API which creates extended | Jason Molenda | 2013-11-19 | 1 | -2/+3 |
* | Commit a work-in-progress system runtime for Mac OS X which won't | Jason Molenda | 2013-11-15 | 1 | -0/+1 |
* | The Threads created when requesting extended backtraces need to be owned by | Jason Molenda | 2013-11-11 | 1 | -0/+4 |
* | Fixed the the breakpoint test case failures. | Greg Clayton | 2013-11-09 | 1 | -1/+5 |
* | This patch does a couple of things. | Jim Ingham | 2013-11-07 | 1 | -16/+27 |
* | <rdar://problem/15367122> | Greg Clayton | 2013-11-05 | 1 | -3/+5 |
* | Add a new system runtime plugin type - just the top level | Jason Molenda | 2013-11-05 | 1 | -0/+25 |
* | Added a "--debug" option to the "expression" command. | Greg Clayton | 2013-11-04 | 1 | -27/+26 |
* | Roll back the changes I made in r193907 which created a new Frame | Jason Molenda | 2013-11-04 | 1 | -4/+4 |
* | Add a new base class, Frame. It is a pure virtual function which | Jason Molenda | 2013-11-02 | 1 | -4/+4 |
* | Fix the signed-ness of a few log printf directives in Process::RunThreadPlan. | Jason Molenda | 2013-10-27 | 1 | -3/+3 |
* | Fixed format strings as they still must specicy a '%' prior to using PRI*64 m... | Greg Clayton | 2013-10-23 | 1 | -1/+1 |
* | Fixes to get LLDB building on Windows again. | Deepak Panickal | 2013-10-22 | 1 | -2/+2 |
* | <rdar://problem/13635174> | Greg Clayton | 2013-10-11 | 1 | -1/+11 |
* | Allow Process::WaitForProcessToStop to return immediately if process is alrea... | Daniel Malea | 2013-10-09 | 1 | -1/+14 |
* | Remove unnecessary checks for thread_plan_sp (we check for this at the top of... | Jim Ingham | 2013-09-27 | 1 | -2/+2 |
* | Changing the default shell to /bin/sh brought up a long-standing bug on OS X, | Jim Ingham | 2013-09-10 | 1 | -3/+4 |
* | Add OptionParser.h | Virgile Bello | 2013-09-05 | 1 | -12/+12 |
* | Switch '/bin/bash' to '/bin/sh' | Ed Maste | 2013-09-03 | 1 | -1/+1 |
* | Fixed a few typos. | Ashok Thirumurthi | 2013-08-27 | 1 | -1/+1 |
* | Fix some names in the wake of my Mach-O changes to LLVM. | Charles Davis | 2013-08-27 | 1 | -1/+7 |
* | MingW compilation (windows). Includes various refactoring to improve portabil... | Virgile Bello | 2013-08-23 | 1 | -3/+5 |
* | Fix lock hierarchy violation in Process (lock ordering of ThreadList mutex an... | Daniel Malea | 2013-07-31 | 1 | -0/+1 |