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
*
[lldb][NFC] Remove dead code that is supposed to handle invalid command options
Raphael Isemann
2019-08-22
1
-6
/
+2
*
[lldb] Also include the array definition in CommandOptions.inc
Raphael Isemann
2019-07-28
1
-6
/
+0
*
[lldb][NFC] Tablegenify source
Raphael Isemann
2019-07-23
1
-19
/
+4
*
[CommandObject] Use GetDebugger() helper method (NFC)
Jonas Devlieghere
2019-04-27
1
-3
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-6
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-6
/
+6
*
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
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-5
/
+5
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-1
/
+3
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-17
/
+17
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-70
/
+53
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
1
-4
/
+5
*
"source list -a" was calling DisplaySourceLinesWithNumbers incorrectly.
Jim Ingham
2017-11-17
1
-4
/
+5
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-6
/
+6
*
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
[next]