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
/
source
/
Core
/
EmulateInstruction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed the emulate instruction function to take emulate options which
Greg Clayton
2011-04-26
1
-89
/
+81
*
Order of initialization lists.
Stephen Wilson
2011-04-11
1
-1
/
+1
*
Fix various things in the instruction emulation code:
Caroline Tice
2011-04-08
1
-2
/
+4
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-2
/
+2
*
Translate dwarf register numbers to internal register numbers
Caroline Tice
2011-04-06
1
-2
/
+10
*
Convert "process" read/write callback functions to "frame" read/write callbac...
Caroline Tice
2011-04-05
1
-34
/
+38
*
Add the rest of the mechanisms to make ARM instruction emulation usable/possi...
Caroline Tice
2011-04-05
1
-7
/
+522
*
Made the lldb_private::Opcode struct into a real boy... I mean class.
Greg Clayton
2011-03-24
1
-1
/
+1
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-2
/
+2
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-3
/
+3
*
Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.
Greg Clayton
2011-02-05
1
-1
/
+1
*
Remove bzero use and replace with memset (patch from Kirk Beitz).
Greg Clayton
2011-02-04
1
-1
/
+1
*
Modified the PluginManager to be ready for loading plug-ins from a system
Greg Clayton
2011-02-02
1
-0
/
+26
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-1
/
+2
*
Made the EmulateInstruction class into a plug-in interface and moved the
Greg Clayton
2011-02-01
1
-0
/
+98