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
/
Disassembler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed the emulate instruction function to take emulate options which
Greg Clayton
2011-04-26
1
-9
/
+8
*
Fixed the SymbolContext::DumpStopContext() to correctly indent and dump
Greg Clayton
2011-04-23
1
-9
/
+18
*
Change code for reading emulation data files to read the new file
Caroline Tice
2011-04-22
1
-12
/
+225
*
Use self.TraceOn() API to decide whether to print debug output.
Johnny Chen
2011-04-21
1
-6
/
+6
*
Add the infrastructure to test instruction emulations automatically.
Caroline Tice
2011-04-19
1
-0
/
+148
*
Fix various things in the instruction emulation code:
Caroline Tice
2011-04-08
1
-0
/
+2
*
Add Emulate and DumpEmulation to Instruction class.
Caroline Tice
2011-04-05
1
-0
/
+33
*
Add the rest of the mechanisms to make ARM instruction emulation usable/possi...
Caroline Tice
2011-04-05
1
-0
/
+1
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-60
/
+43
*
Added the ability to get the min and max instruction byte size for
Greg Clayton
2011-03-26
1
-99
/
+101
*
Cleaned up the Disassembler code a bit more. You can now request a disassembler
Greg Clayton
2011-03-25
1
-61
/
+80
*
Made the lldb_private::Opcode struct into a real boy... I mean class.
Greg Clayton
2011-03-24
1
-0
/
+8
*
Add the ability to disassemble "n" instructions from the current PC, or the f...
Jim Ingham
2011-03-22
1
-99
/
+265
*
Fixed the -r parameter to the disassemble command
Sean Callanan
2011-03-10
1
-4
/
+9
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-1
/
+1
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-10
/
+2
*
Changed the SymbolFile::FindFunction() function calls to only return
Greg Clayton
2011-01-27
1
-24
/
+29
*
Added the ability for Target::ReadMemory to prefer to read from the file
Greg Clayton
2011-01-07
1
-1
/
+2
*
Added the ability to get the disassembly instructions from the function and
Greg Clayton
2010-10-06
1
-29
/
+48
*
Fixed a missing newline when dumping mixed disassembly.
Greg Clayton
2010-09-15
1
-3
/
+10
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-7
/
+9
*
Fixed an error that could occur during disassembly that could cause a functio...
Greg Clayton
2010-09-06
1
-1
/
+1
*
Added a new bool parameter to many of the DumpStopContext() methods that
Greg Clayton
2010-09-02
1
-1
/
+1
*
Got a lot of the kinks worked out in the inline support after debugging more
Greg Clayton
2010-08-24
1
-1
/
+1
*
Added support for inlined stack frames being represented as real stack frames
Greg Clayton
2010-08-24
1
-1
/
+1
*
Changed SymbolContext so when you search for functions
Sean Callanan
2010-07-27
1
-1
/
+2
*
Centralized all disassembly into static functions in source/Core/Disassembler...
Greg Clayton
2010-06-30
1
-75
/
+223
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-1
/
+2
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+299