summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo.Johnny Chen2012-03-231-1/+1
* Make arm debugserver handle setting a watchpoint on, for example, (uint64_t)v...Johnny Chen2012-03-231-38/+79
* Previous check-ins allow to hit the arm hardware watchpoint, with a workaound...Johnny Chen2012-03-221-52/+47
* Fixed a bug with the r153228 check-in earlier today in that the cached watchp...Johnny Chen2012-03-221-10/+12
* WIP snapshot of hardware watchpoints for arm. A simple watchpoint has trigge...Johnny Chen2012-03-221-26/+134
* 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