summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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