summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Newly created threads are to inherit from the global debug state of the process.Johnny Chen2012-02-241-1/+11
* Add a class method HasWatchpointOccurred() to inspect the "method of debug en...Johnny Chen2012-02-241-4/+31
* Add comments about address word offset and the calculation of byte address se...Johnny Chen2012-02-231-2/+18
* Snapshot of initial work for ARM watchpoint support on the debugserver.Johnny Chen2012-01-111-0/+115
* Disable ARMDisassembler.framework support which was used for software single ...Greg Clayton2012-01-101-2/+15
* Expose the DNBArchMachARM::DBG typedef, specify the type with theJason Molenda2011-12-081-1/+1
* Add a typedef for arm_debug_state_t as DBG. Plus some minor comment changes.Johnny Chen2011-12-061-6/+5
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-27/+27
* Fixed an issue in the EmulateInstructionARM there the IT opcode was trying toGreg Clayton2011-05-231-1/+1
* Added functions to lldb_private::Address to set an address from a load addressGreg Clayton2011-05-221-55/+76
* Added generic register numbers for simple ABI argument registers and definedGreg Clayton2011-05-151-5/+5
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-16/+128
* Got the ARM version of debugserver up to date. Greg Clayton2010-09-091-160/+383
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+2610
OpenPOWER on IntegriCloud