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
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-16
/
+16
*
Remove duplicated check and shared_ptr copying.
Tatyana Krasnukha
2018-06-21
1
-4
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-8
/
+7
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
1
-5
/
+6
*
Invert ArchSpec<->Platform dependency
Pavel Labath
2017-10-31
1
-2
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-4
/
+4
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Make Options::SetOptionValue take a StringRef.
Zachary Turner
2016-11-12
1
-9
/
+6
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Convert various CommandInterpreter functions to StringRef.
Zachary Turner
2016-10-05
1
-1
/
+1
*
Try to fix build errors on Android.
Zachary Turner
2016-09-22
1
-1
/
+1
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-30
/
+29
*
I'm experimenting with changing how the mixed source & assembly
Jason Molenda
2016-09-08
1
-3
/
+4
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-534
/
+467
*
Tables of command options in LLDB benefit from hand-formatting to make it
Kate Stone
2016-08-26
1
-23
/
+25
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-20
/
+38
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-6
/
+6
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-20
1
-46
/
+39
*
Change the (internal to this file only) enum names from gcc_ to
Jason Molenda
2015-09-04
1
-1
/
+1
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-3
/
+3
*
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
[next]