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
/
CommandObjectSource.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Remove some more uses of Args::GetArgumentAtIndex.
Zachary Turner
2016-12-09
1
-17
/
+13
*
Make Options::SetOptionValue take a StringRef.
Zachary Turner
2016-11-12
1
-17
/
+12
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-4
/
+4
*
Convert CommandObject constructors to StringRef.
Zachary Turner
2016-10-05
1
-2
/
+2
*
Try to fix build errors on Android.
Zachary Turner
2016-09-22
1
-2
/
+2
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-35
/
+33
*
add stop column highlighting support
Todd Fiala
2016-09-21
1
-6
/
+15
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1339
/
+1181
*
Tables of command options in LLDB benefit from hand-formatting to make it
Kate Stone
2016-08-26
1
-28
/
+21
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-13
/
+19
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-22
/
+18
*
Keep original source path and mapped path in LineEntry
Ted Woodward
2016-05-11
1
-2
/
+2
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-24
1
-64
/
+54
*
Add support for "source info" and use it to fix MI's -symbol-list-lines.
Dawn Perchik
2016-01-05
1
-48
/
+625
*
commands: Use override instead of virtual.
Bruce Mitchener
2015-10-07
1
-16
/
+16
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-2
/
+2
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Add support for custom commands to set flags on themselves
Enrico Granata
2015-05-27
1
-1
/
+1
*
Change the default disassembly format again. First attempt at
Jason Molenda
2015-02-13
1
-1
/
+3
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-4
/
+4
*
Add the ability to set breakpoints with conditions, commands, etc,
Jim Ingham
2014-12-06
1
-4
/
+4
*
Add a new disassembly-format specification so that the disassembler
Jason Molenda
2014-10-10
1
-1
/
+3
*
Fix the missleading indentation. Fix CID 1096300
Sylvestre Ledru
2014-08-18
1
-3
/
+3
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-12
/
+12
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-12
/
+12
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-12
/
+12
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+1
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-10
/
+10
*
Fix "source list -n printf" on Linux (printf is symbol alias for __printf)
Michael Sartain
2013-07-11
1
-28
/
+96
*
<rdar://problem/13217784>
Greg Clayton
2013-05-17
1
-103
/
+171
*
<rdar://problem/13678882>
Greg Clayton
2013-04-18
1
-1
/
+2
*
<rdar://problem/13404189>
Greg Clayton
2013-03-13
1
-11
/
+27
*
<rdar://problem/13265297>
Greg Clayton
2013-02-23
1
-2
/
+2
*
<rdar://problem/12552374>
Enrico Granata
2013-01-29
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-7
/
+8
*
Expanded the flags that can be set for a command object in lldb_private::Comm...
Greg Clayton
2013-01-09
1
-15
/
+5
*
Add a "--reverse" or "-r" option to the "list" with no options command. This...
Jim Ingham
2013-01-09
1
-14
/
+32
*
<rdar://problem/8908550>
Greg Clayton
2012-12-07
1
-6
/
+119
*
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
-2
/
+2
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+3
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-29
/
+21
*
Made a ModuleSpec class in Module.h which can specify a module using one or
Greg Clayton
2012-02-26
1
-6
/
+8
*
Extended function lookup to allow the user to
Sean Callanan
2012-02-10
1
-2
/
+3
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-2
/
+2
*
Missing return in error handling for "source list".
Jim Ingham
2011-11-29
1
-0
/
+1
*
"source list -n" should use eFunctionNameTypeAuto not eFunctionNameTypeBase f...
Jim Ingham
2011-11-09
1
-2
/
+2
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-5
/
+5
[next]