| Commit message (Expand) | Author | Age | Files | Lines |
* | Add arm64_32 support to lldb, an ILP32 codegen | Jason Molenda | 2019-10-16 | 1 | -0/+1 |
* | StopInfo/Mach: Delete PPC support | Vedant Kumar | 2019-10-08 | 1 | -103/+0 |
* | StopInfo/Mach: Use early-exits, reflow messy comments, NFCI | Vedant Kumar | 2019-10-08 | 1 | -494/+481 |
* | Small format fix | Haibo Huang | 2019-08-09 | 1 | -1/+1 |
* | Detects whether RESOURCE_TYPE_IO is defined. | Haibo Huang | 2019-08-09 | 1 | -0/+3 |
* | [lldb] NFC modernize codebase with modernize-use-nullptr | Konrad Kleine | 2019-05-23 | 1 | -4/+4 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Fix an unused variable warning. NFC | Alexander Kornienko | 2018-11-12 | 1 | -0/+2 |
* | Remove header grouping comments. | Jonas Devlieghere | 2018-11-11 | 1 | -4/+0 |
* | Unbreak the linux bot from the previous commit. Fred needed to use | Jason Molenda | 2018-11-10 | 1 | -0/+6 |
* | Enable listening for EXC_RESOURCE events, and format mach | Jason Molenda | 2018-11-10 | 1 | -0/+45 |
* | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -32/+25 |
* | Move ArchSpec to the Utility module | Pavel Labath | 2017-11-13 | 1 | -1/+0 |
* | Move classes from Core -> Utility. | Zachary Turner | 2017-02-02 | 1 | -1/+1 |
* | Don't allow direct access to StreamString's internal buffer. | Zachary Turner | 2016-11-16 | 1 | -1/+1 |
* | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -486/+534 |
* | The ARM single-step handling needs to look for breakpoint on the next instruc... | Jim Ingham | 2016-07-26 | 1 | -1/+2 |
* | The SetStopInfo from a Mach Exception was setting the stop | Jim Ingham | 2016-02-03 | 1 | -0/+2 |
* | The llvm Triple for an armv6m now comes back as llvm::Triple::thumb. | Jason Molenda | 2015-08-21 | 1 | -0/+4 |
* | Fix stepping a virtual thread when the python operating system was enabled. | Greg Clayton | 2015-04-07 | 1 | -2/+5 |
* | Handle thumb IT instructions correctly all the time. | Greg Clayton | 2014-12-09 | 1 | -3/+5 |
* | lldb Missing break statement added. | Todd Fiala | 2014-08-27 | 1 | -0/+1 |
* | Update lldb to track recent Triple arm64 enum removal and collapse into aarch64. | Todd Fiala | 2014-07-23 | 1 | -1/+1 |
* | lldb arm64 import. | Jason Molenda | 2014-03-29 | 1 | -0/+31 |
* | If a single step ends on a breakpoint, it should be reported as a breakpoint hit | Jim Ingham | 2014-03-22 | 1 | -13/+23 |
* | Roll back the changes I made in r193907 which created a new Frame | Jason Molenda | 2013-11-04 | 1 | -1/+1 |
* | Add a new base class, Frame. It is a pure virtual function which | Jason Molenda | 2013-11-02 | 1 | -1/+1 |
* | lldb_private::StopInfo now holds onto a ThreadWP (a std::weak_ptr<lldb_privat... | Greg Clayton | 2013-04-29 | 1 | -1/+1 |
* | Temporarily recognize exc_type EXC_BREAKPOINT with an exc_code of 0 | Jason Molenda | 2013-04-24 | 1 | -0/+7 |
* | Improved reporting of faults on i386. | Sean Callanan | 2013-04-03 | 1 | -1/+8 |
* | A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break... | Jim Ingham | 2013-02-15 | 1 | -9/+9 |
* | Add comments showing the symbolic names for the exc_code types we | Jason Molenda | 2013-01-26 | 1 | -2/+2 |
* | Don't listen for EXC_RESOURCE exceptions, those should really be handled by t... | Jim Ingham | 2013-01-24 | 1 | -0/+6 |
* | <rdar://problem/12649160> | Greg Clayton | 2012-12-05 | 1 | -0/+34 |
* | Resolve printf formatting warnings on Linux: | Daniel Malea | 2012-11-29 | 1 | -3/+3 |
* | If we got what looks like a single step exception but we weren't single stepp... | Jim Ingham | 2012-10-27 | 1 | -2/+4 |
* | <rdar://problem/9959501> | Greg Clayton | 2012-09-25 | 1 | -7/+33 |
* | Add missing watchpoint stop info creation logic for arm on the debugger side. | Johnny Chen | 2012-03-21 | 1 | -1/+14 |
* | Linux fix patch from Dmitry Vyukov. | Greg Clayton | 2012-02-21 | 1 | -2/+2 |
* | Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr | Greg Clayton | 2012-02-21 | 1 | -5/+15 |
* | SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre... | Johnny Chen | 2011-10-14 | 1 | -6/+6 |
* | Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ... | Johnny Chen | 2011-09-26 | 1 | -0/+1 |
* | Foe x86_64/i386, piggyback the hardware index of the fired watchpoint in the ... | Johnny Chen | 2011-09-17 | 1 | -1/+9 |
* | Watchpoint WIP: on the debugger side, create an instance of either | Johnny Chen | 2011-09-08 | 1 | -1/+8 |
* | Fixed an issue in the EmulateInstructionARM there the IT opcode was trying to | Greg Clayton | 2011-05-23 | 1 | -1/+9 |
* | Many improvements to the Platform base class and subclasses. The base Platform | Greg Clayton | 2011-03-30 | 1 | -5/+8 |
* | Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form | Greg Clayton | 2011-02-23 | 1 | -26/+26 |
* | If we hit a thread specific breakpoint for another thread, don't report the E... | Jim Ingham | 2010-10-22 | 1 | -0/+6 |
* | Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. | Greg Clayton | 2010-08-04 | 1 | -0/+344 |