summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1837/+1869
* A partner to the cleanup in r247741, change the variables names inJason Molenda2015-09-151-3/+3
* Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener2015-07-241-2/+2
* Fix warnings.Bruce Mitchener2015-07-221-1/+3
* Fix debugserver warnings on MacOSX.Greg Clayton2015-03-091-2/+2
* Add comments explaining the unwind setup inJason Molenda2015-01-161-0/+22
* Fixes to DNBArchImpl in debugserver to correctly get/setJason Molenda2015-01-161-3/+178
* Handle thumb IT instructions correctly all the time.Greg Clayton2014-12-091-3/+13
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-7/+7
* Fix typos.Bruce Mitchener2014-07-081-2/+2
* Revert the debugserver part of r211868. While formally a fine change, debugs...Jim Ingham2014-06-271-6/+4
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-4/+6
* Correct offsets in the debugserver arm back end for the s and d registers so ...Jason Molenda2014-04-301-4/+4
* lldb arm64 import.Jason Molenda2014-03-291-102/+193
* Fixes to get the arm native debugserver building again.Jason Molenda2013-11-211-6/+7
* <rdar://problem/15172417>Greg Clayton2013-11-131-0/+52
* Fixed up registers in debugserver.Greg Clayton2013-11-091-76/+85
* Didn't get the right version of these files in the checkin for r186132.Jim Ingham2013-07-181-15/+16
* Get debugserver to call task_set_state to prime the control registers so that...Jim Ingham2013-07-111-33/+16
* Remove some unnecessary uses of nub_break_t in the arm specificJason Molenda2013-06-251-57/+1
* Various fixes for armv7 floating point/vector register support.Jason Molenda2013-03-131-165/+190
* Remove use of the ARMDisassembler framework fromJason Molenda2013-03-091-1424/+0
* Change debugserver from using the mach port number (in debugserver'sJason Molenda2013-02-221-10/+10
* Added all of the 16 and 8 bit register variants for i386.Greg Clayton2013-01-211-9/+24
* Add one more bit of logging for armv7 watchpoint debugging.Jason Molenda2013-01-171-0/+2
* Fix build warnings.Greg Clayton2012-10-111-2/+2
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-8/+8
* <rdar://problem/11679380> Make sure we do not fallback to software stepping w...Enrico Granata2012-06-281-47/+9
* 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