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
/
Commands
/
CommandObjectDisassemble.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the disassemble option to specify the architecture from '-a'
Jason Molenda
2013-04-11
1
-0
/
+1
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
1
-0
/
+9
*
Switch "disassemble" with no arguments or options to disassemble the current ...
Greg Clayton
2012-12-14
1
-1
/
+1
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-3
/
+3
*
disassemble with no arguments disassembles at the pc. Also got "disassemble ...
Jim Ingham
2011-09-01
1
-0
/
+5
*
Added two new classes for command options:
Greg Clayton
2011-04-13
1
-2
/
+2
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-1
/
+1
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-8
/
+9
*
Added the ability to get the min and max instruction byte size for
Greg Clayton
2011-03-26
1
-0
/
+1
*
Cleaned up the Disassembler code a bit more. You can now request a disassembler
Greg Clayton
2011-03-25
1
-0
/
+10
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-2
/
+2
*
Add the ability to disassemble "n" instructions from the current PC, or the f...
Jim Ingham
2011-03-22
1
-0
/
+2
*
Fixed the way set/show variables were being accessed to being natively
Greg Clayton
2010-09-18
1
-3
/
+2
*
Centralized all disassembly into static functions in source/Core/Disassembler...
Greg Clayton
2010-06-30
1
-12
/
+0
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-7
/
+4
*
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
Jim Ingham
2010-06-15
1
-1
/
+1
*
Change the Options parser over to use a mask rather than an ordinal for optio...
Jim Ingham
2010-06-15
1
-1
/
+2
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+95