summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target
Commit message (Expand)AuthorAgeFilesLines
* If we stopped but no threads had a reason for stopping, we should tell the us...Jim Ingham2013-03-211-1/+16
* Remove some commented out code.Jim Ingham2013-03-211-8/+0
* <rdar://problem/13443931>Greg Clayton2013-03-191-1/+11
* <rdar://problem/13194155>Greg Clayton2013-03-151-25/+6
* <rdar://problem/13194155>Enrico Granata2013-03-152-14/+16
* <rdar://problem/12537646>Greg Clayton2013-03-141-8/+18
* Log the match substring as well in the case where we match the step-avoid reg...Jim Ingham2013-03-141-4/+12
* Add some logging to track cases where “step-in” steps out due to the avoi...Jim Ingham2013-03-141-4/+21
* Add a target setting (target.use-fast-stepping) to control using the "run to ...Jim Ingham2013-03-132-1/+11
* The step by running from branch to branch pretty much works with this checkin...Jim Ingham2013-03-131-7/+61
* Don't use the fact that we stopped with a "Breakpoint" stop reason to decide ...Jim Ingham2013-03-131-5/+7
* <rdar://problem/13372857> Greg Clayton2013-03-111-135/+228
* Fix ivar ordering for Process ctor to match the order they'reJason Molenda2013-03-051-2/+2
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-024-5/+44
* Move m_destroy_in_process to Process (from ProcessKDP) since it is generally ...Jim Ingham2013-03-011-6/+25
* Add GNU indirect function support in expressions for Linux.Matt Kopec2013-02-271-2/+2
* Backed out a hacky fix that is no longer needed.Greg Clayton2013-02-261-3/+0
* <rdar://problem/13265297> Greg Clayton2013-02-231-1/+1
* The thread plans run before the event is broadcast, so they should be calling...Jim Ingham2013-02-222-2/+13
* Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec2013-02-211-1/+1
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-211-0/+44
* Fixed a case where a stack frame could lose trackSean Callanan2013-02-211-0/+5
* If RunThreadPlan is called on a thread that doesn't have a selected frame, se...Jim Ingham2013-02-191-1/+13
* A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...Jim Ingham2013-02-152-9/+9
* <rdar://problem/13200878>Greg Clayton2013-02-141-2/+3
* Add a test for handling a function call that throws an exception, and make it...Jim Ingham2013-02-142-9/+22
* <rdar://problem/13210494>Greg Clayton2013-02-131-12/+62
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-0913-299/+452
* Remove the m_images(NULL) hack in the Target ctor nowJason Molenda2013-02-041-13/+0
* <rdar://problem/13092722>Greg Clayton2013-02-012-16/+4
* Make sure a value is returned for Thread::ReturnFromFrame().Greg Clayton2013-02-011-2/+1
* Add "thread return -x" to unwind the innermost user called expression (if you...Jim Ingham2013-01-311-11/+74
* Change the default behavior for unwinding and breakpoints when running expres...Jim Ingham2013-01-311-2/+2
* Remove debug code and commented out code that was left in.Greg Clayton2013-01-301-92/+0
* <rdar://problem/9141269>Greg Clayton2013-01-301-68/+357
* <rdar://problem/12524607>Greg Clayton2013-01-291-0/+1
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-268-4/+48
* <rdar://problem/13069948>Greg Clayton2013-01-252-4/+4
* <rdar://problem/12437929>Enrico Granata2013-01-211-0/+76
* <rdar://problem/13010007>Greg Clayton2013-01-181-0/+11
* Removed unused variable.Greg Clayton2013-01-161-1/+0
* <rdar://problem/13009943>Greg Clayton2013-01-161-4/+14
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-156-44/+191
* Removed the hack that uses "frame variable" toSean Callanan2013-01-121-100/+22
* <rdar://problem/12973809> Greg Clayton2013-01-111-3/+3
* <rdar://problem/12990038>Greg Clayton2013-01-113-11/+43
* <rdar://problem/12976225>Han Ming Ong2013-01-083-2/+64
* Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.Andrew Kaylor2012-12-206-10/+16
* This patch removes the SymbolFileSymtab support Sean Callanan2012-12-191-5/+1
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-183-21/+21
OpenPOWER on IntegriCloud