summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.h
Commit message (Expand)AuthorAgeFilesLines
* typedef enum -> enumFangrui Song2019-05-141-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-236/+229
* Fix warnings.Bruce Mitchener2015-07-221-1/+1
* Fix debugserver warnings on MacOSX.Greg Clayton2015-03-091-2/+2
* Fixes to DNBArchImpl in debugserver to correctly get/setJason Molenda2015-01-161-8/+9
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-3/+3
* lldb arm64 import.Jason Molenda2014-03-291-9/+32
* Fixes to get the arm native debugserver building again.Jason Molenda2013-11-211-1/+7
* <rdar://problem/15172417>Greg Clayton2013-11-131-0/+2
* Didn't get the right version of these files in the checkin for r186132.Jim Ingham2013-07-181-2/+2
* Get debugserver to call task_set_state to prime the control registers so that...Jim Ingham2013-07-111-8/+3
* Remove some unnecessary uses of nub_break_t in the arm specificJason Molenda2013-06-251-16/+0
* Remove use of the ARMDisassembler framework fromJason Molenda2013-03-091-3/+0
* Make arm debugserver handle setting a watchpoint on, for example, (uint64_t)v...Johnny Chen2012-03-231-1/+2
* Previous check-ins allow to hit the arm hardware watchpoint, with a workaound...Johnny Chen2012-03-221-4/+5
* Fixed a bug with the r153228 check-in earlier today in that the cached watchp...Johnny Chen2012-03-221-0/+2
* WIP snapshot of hardware watchpoints for arm. A simple watchpoint has trigge...Johnny Chen2012-03-221-1/+6
* Add a class method HasWatchpointOccurred() to inspect the "method of debug en...Johnny Chen2012-02-241-0/+1
* Snapshot of initial work for ARM watchpoint support on the debugserver.Johnny Chen2012-01-111-1/+14
* Disable ARMDisassembler.framework support which was used for software single ...Greg Clayton2012-01-101-2/+10
* Expose the DNBArchMachARM::DBG typedef, specify the type with theJason Molenda2011-12-081-1/+2
* Add a typedef for arm_debug_state_t as DBG. Plus some minor comment changes.Johnny Chen2011-12-061-1/+2
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-0/+2
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-181-1/+0
* Got the ARM version of debugserver up to date. Greg Clayton2010-09-091-5/+28
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+217
OpenPOWER on IntegriCloud