summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
Commit message (Expand)AuthorAgeFilesLines
* The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.Jason Molenda2015-08-211-0/+4
* Fix stepping a virtual thread when the python operating system was enabled.Greg Clayton2015-04-071-2/+5
* Handle thumb IT instructions correctly all the time.Greg Clayton2014-12-091-3/+5
* lldb Missing break statement added.Todd Fiala2014-08-271-0/+1
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-231-1/+1
* lldb arm64 import.Jason Molenda2014-03-291-0/+31
* If a single step ends on a breakpoint, it should be reported as a breakpoint hitJim Ingham2014-03-221-13/+23
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* lldb_private::StopInfo now holds onto a ThreadWP (a std::weak_ptr<lldb_privat...Greg Clayton2013-04-291-1/+1
* Temporarily recognize exc_type EXC_BREAKPOINT with an exc_code of 0Jason Molenda2013-04-241-0/+7
* Improved reporting of faults on i386.Sean Callanan2013-04-031-1/+8
* A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...Jim Ingham2013-02-151-9/+9
* Add comments showing the symbolic names for the exc_code types weJason Molenda2013-01-261-2/+2
* Don't listen for EXC_RESOURCE exceptions, those should really be handled by t...Jim Ingham2013-01-241-0/+6
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+34
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-3/+3
* If we got what looks like a single step exception but we weren't single stepp...Jim Ingham2012-10-271-2/+4
* <rdar://problem/9959501>Greg Clayton2012-09-251-7/+33
* Add missing watchpoint stop info creation logic for arm on the debugger side.Johnny Chen2012-03-211-1/+14
* Linux fix patch from Dmitry Vyukov.Greg Clayton2012-02-211-2/+2
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-5/+15
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-6/+6
* Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ...Johnny Chen2011-09-261-0/+1
* Foe x86_64/i386, piggyback the hardware index of the fired watchpoint in the ...Johnny Chen2011-09-171-1/+9
* Watchpoint WIP: on the debugger side, create an instance of eitherJohnny Chen2011-09-081-1/+8
* Fixed an issue in the EmulateInstructionARM there the IT opcode was trying toGreg Clayton2011-05-231-1/+9
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-5/+8
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-26/+26
* If we hit a thread specific breakpoint for another thread, don't report the E...Jim Ingham2010-10-221-0/+6
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-0/+344
OpenPOWER on IntegriCloud