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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-19
/
+19
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-19
/
+19
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-19
/
+19
*
Get "dis -c -s" working again.
Jim Ingham
2014-04-03
1
-1
/
+1
*
Make "disassemble -a" work when the target is not running yet. It will dump ...
Jim Ingham
2014-03-25
1
-57
/
+102
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+1
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-2
/
+2
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-2
/
+2
*
Fix a couple of typos in the help text for disassemble
Ben Langmuir
2013-09-26
1
-1
/
+1
*
Adds an option to resolve a symbol from an address that can be used
Ashok Thirumurthi
2013-09-24
1
-1
/
+3
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-15
/
+15
*
Change the disassemble option to specify the architecture from '-a'
Jason Molenda
2013-04-11
1
-4
/
+53
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
1
-2
/
+47
*
<rdar://problem/12552374>
Enrico Granata
2013-01-29
1
-2
/
+2
*
Expanded the flags that can be set for a command object in lldb_private::Comm...
Greg Clayton
2013-01-09
1
-5
/
+4
*
Switch "disassemble" with no arguments or options to disassemble the current ...
Greg Clayton
2012-12-14
1
-23
/
+24
*
<rdar://problem/12820334>
Greg Clayton
2012-12-06
1
-14
/
+12
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12798131>
Greg Clayton
2012-12-04
1
-1
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-3
/
+4
*
Removed explicit NULL checks for shared pointers
Sean Callanan
2012-08-09
1
-1
/
+1
*
Instructions generated by a disassembler can now
Sean Callanan
2012-08-01
1
-1
/
+1
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-9
/
+5
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-1
/
+2
*
<rdar://problem/10997402>
Greg Clayton
2012-03-07
1
-5
/
+11
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-5
/
+5
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-12
/
+13
*
disassemble with no arguments disassembles at the pc. Also got "disassemble ...
Jim Ingham
2011-09-01
1
-8
/
+43
*
Remove the disassembly option: "eOptionShowCurrentLine" and replaced it with
Greg Clayton
2011-06-28
1
-3
/
+5
*
Fixed an issue where SBFrame::GetDisassembly() was returning disassembly that
Greg Clayton
2011-06-22
1
-6
/
+13
*
Added new OptionGroup classes for UInt64, UUID, File and Boolean values.
Greg Clayton
2011-05-03
1
-1
/
+1
*
Added two new classes for command options:
Greg Clayton
2011-04-13
1
-3
/
+3
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-2
/
+2
*
Fix a test suite crasher.
Johnny Chen
2011-04-08
1
-1
/
+1
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-8
/
+6
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-73
/
+93
*
Added the ability to get the min and max instruction byte size for
Greg Clayton
2011-03-26
1
-36
/
+38
*
Cleaned up the Disassembler code a bit more. You can now request a disassembler
Greg Clayton
2011-03-25
1
-8
/
+25
*
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
-53
/
+154
*
Fixed the -r parameter to the disassemble command
Sean Callanan
2011-03-10
1
-0
/
+2
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-1
/
+1
*
Revert last checking to CommandObjectDisassemble.cpp; that was
Jason Molenda
2010-11-04
1
-48
/
+1
*
Built the native unwinder with all the warnings c++-4.2 could muster;
Jason Molenda
2010-11-04
1
-1
/
+48
*
The r117616 check in broken these two test cases:
Johnny Chen
2010-10-29
1
-1
/
+7
*
Comment out uninmplemented command option (-f) for disassemble
Caroline Tice
2010-10-28
1
-1
/
+1
*
Modify existing commands with arguments to use the new argument mechanism
Caroline Tice
2010-10-04
1
-2
/
+2
*
Uncomment/fix "-f" command option for disassemble command.
Caroline Tice
2010-10-01
1
-1
/
+1
*
Modify command options to use the new arguments mechanism. Now all command o...
Caroline Tice
2010-10-01
1
-9
/
+9
[next]