index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
tools
/
debugserver
/
source
/
MacOSX
/
arm
/
DNBArchImpl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1837
/
+1869
*
A partner to the cleanup in r247741, change the variables names in
Jason Molenda
2015-09-15
1
-3
/
+3
*
Add UNUSED_IF_ASSERT_DISABLED and apply it.
Bruce Mitchener
2015-07-24
1
-2
/
+2
*
Fix warnings.
Bruce Mitchener
2015-07-22
1
-1
/
+3
*
Fix debugserver warnings on MacOSX.
Greg Clayton
2015-03-09
1
-2
/
+2
*
Add comments explaining the unwind setup in
Jason Molenda
2015-01-16
1
-0
/
+22
*
Fixes to DNBArchImpl in debugserver to correctly get/set
Jason Molenda
2015-01-16
1
-3
/
+178
*
Handle thumb IT instructions correctly all the time.
Greg Clayton
2014-12-09
1
-3
/
+13
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
1
-7
/
+7
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-2
/
+2
*
Revert the debugserver part of r211868. While formally a fine change, debugs...
Jim Ingham
2014-06-27
1
-6
/
+4
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
1
-4
/
+6
*
Correct offsets in the debugserver arm back end for the s and d registers so ...
Jason Molenda
2014-04-30
1
-4
/
+4
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-102
/
+193
*
Fixes to get the arm native debugserver building again.
Jason Molenda
2013-11-21
1
-6
/
+7
*
<rdar://problem/15172417>
Greg Clayton
2013-11-13
1
-0
/
+52
*
Fixed up registers in debugserver.
Greg Clayton
2013-11-09
1
-76
/
+85
*
Didn't get the right version of these files in the checkin for r186132.
Jim Ingham
2013-07-18
1
-15
/
+16
*
Get debugserver to call task_set_state to prime the control registers so that...
Jim Ingham
2013-07-11
1
-33
/
+16
*
Remove some unnecessary uses of nub_break_t in the arm specific
Jason Molenda
2013-06-25
1
-57
/
+1
*
Various fixes for armv7 floating point/vector register support.
Jason Molenda
2013-03-13
1
-165
/
+190
*
Remove use of the ARMDisassembler framework from
Jason Molenda
2013-03-09
1
-1424
/
+0
*
Change debugserver from using the mach port number (in debugserver's
Jason Molenda
2013-02-22
1
-10
/
+10
*
Added all of the 16 and 8 bit register variants for i386.
Greg Clayton
2013-01-21
1
-9
/
+24
*
Add one more bit of logging for armv7 watchpoint debugging.
Jason Molenda
2013-01-17
1
-0
/
+2
*
Fix build warnings.
Greg Clayton
2012-10-11
1
-2
/
+2
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-8
/
+8
*
<rdar://problem/11679380> Make sure we do not fallback to software stepping w...
Enrico Granata
2012-06-28
1
-47
/
+9
*
Fix a typo.
Johnny Chen
2012-03-23
1
-1
/
+1
*
Make arm debugserver handle setting a watchpoint on, for example, (uint64_t)v...
Johnny Chen
2012-03-23
1
-38
/
+79
*
Previous check-ins allow to hit the arm hardware watchpoint, with a workaound...
Johnny Chen
2012-03-22
1
-52
/
+47
*
Fixed a bug with the r153228 check-in earlier today in that the cached watchp...
Johnny Chen
2012-03-22
1
-10
/
+12
*
WIP snapshot of hardware watchpoints for arm. A simple watchpoint has trigge...
Johnny Chen
2012-03-22
1
-26
/
+134
*
Newly created threads are to inherit from the global debug state of the process.
Johnny Chen
2012-02-24
1
-1
/
+11
*
Add a class method HasWatchpointOccurred() to inspect the "method of debug en...
Johnny Chen
2012-02-24
1
-4
/
+31
*
Add comments about address word offset and the calculation of byte address se...
Johnny Chen
2012-02-23
1
-2
/
+18
*
Snapshot of initial work for ARM watchpoint support on the debugserver.
Johnny Chen
2012-01-11
1
-0
/
+115
*
Disable ARMDisassembler.framework support which was used for software single ...
Greg Clayton
2012-01-10
1
-2
/
+15
*
Expose the DNBArchMachARM::DBG typedef, specify the type with the
Jason Molenda
2011-12-08
1
-1
/
+1
*
Add a typedef for arm_debug_state_t as DBG. Plus some minor comment changes.
Johnny Chen
2011-12-06
1
-6
/
+5
*
Fixed the Xcode project building of LLVM to be a bit more user friendly:
Greg Clayton
2011-11-04
1
-27
/
+27
*
Fixed an issue in the EmulateInstructionARM there the IT opcode was trying to
Greg Clayton
2011-05-23
1
-1
/
+1
*
Added functions to lldb_private::Address to set an address from a load address
Greg Clayton
2011-05-22
1
-55
/
+76
*
Added generic register numbers for simple ABI argument registers and defined
Greg Clayton
2011-05-15
1
-5
/
+5
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-16
/
+128
*
Got the ARM version of debugserver up to date.
Greg Clayton
2010-09-09
1
-160
/
+383
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+2610