summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/arm
Commit message (Expand)AuthorAgeFilesLines
* typedef enum -> enumFangrui Song2019-05-141-2/+2
* [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-192-8/+6
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-2073/+2098
* 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-222-2/+4
* Fix debugserver warnings on MacOSX.Greg Clayton2015-03-092-4/+4
* Add comments explaining the unwind setup inJason Molenda2015-01-161-0/+22
* Fixes to DNBArchImpl in debugserver to correctly get/setJason Molenda2015-01-162-11/+187
* Handle thumb IT instructions correctly all the time.Greg Clayton2014-12-091-3/+13
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-092-10/+10
* 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-292-111/+225
* Fixes to get the arm native debugserver building again.Jason Molenda2013-11-212-7/+14
* <rdar://problem/15172417>Greg Clayton2013-11-132-0/+54
* 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-182-17/+18
* Get debugserver to call task_set_state to prime the control registers so that...Jim Ingham2013-07-112-41/+19
* Remove some unnecessary uses of nub_break_t in the arm specificJason Molenda2013-06-252-73/+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-092-1427/+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-232-39/+81
* Previous check-ins allow to hit the arm hardware watchpoint, with a workaound...Johnny Chen2012-03-222-56/+52
* Fixed a bug with the r153228 check-in earlier today in that the cached watchp...Johnny Chen2012-03-222-10/+14
* WIP snapshot of hardware watchpoints for arm. A simple watchpoint has trigge...Johnny Chen2012-03-222-27/+140
* 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-242-4/+32
* 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-112-1/+129
* Disable ARMDisassembler.framework support which was used for software single ...Greg Clayton2012-01-102-4/+25
* Expose the DNBArchMachARM::DBG typedef, specify the type with theJason Molenda2011-12-082-2/+3
* Add a typedef for arm_debug_state_t as DBG. Plus some minor comment changes.Johnny Chen2011-12-062-7/+7
* 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-302-16/+130
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-181-1/+0
OpenPOWER on IntegriCloud