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
/
CommandObjectFrame.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...
Raphael Isemann
2019-08-26
1
-3
/
+3
*
[lldb][NFC] Remove dead code that is supposed to handle invalid command options
Raphael Isemann
2019-08-22
1
-9
/
+3
*
[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...
Raphael Isemann
2019-08-22
1
-4
/
+3
*
[lldb] D66174 `RegularExpression` cleanup
Jan Kratochvil
2019-08-20
1
-1
/
+1
*
[Utility] Reimplement RegularExpression on top of llvm::Regex
Jonas Devlieghere
2019-08-16
1
-3
/
+3
*
[lldb] Also include the array definition in CommandOptions.inc
Raphael Isemann
2019-07-28
1
-6
/
+0
*
[lldb] Tablegenify expr/frame/log/register/memory
Raphael Isemann
2019-07-25
1
-14
/
+6
*
[Commands] Remove unused header from CommandObjectFrame
Alex Langford
2019-07-19
1
-1
/
+0
*
[ScriptInterpreter] Move ownership into debugger (NFC)
Jonas Devlieghere
2019-04-26
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-12
/
+0
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-5
/
+5
*
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
*
Fixup the Python-less build of ScriptedRecognizedStackFrame
Kuba Mracek
2018-10-31
1
-0
/
+2
*
[lldb] Introduce StackFrameRecognizer [take 3]
Kuba Mracek
2018-10-31
1
-0
/
+386
*
Revert r345686 due to build failures
Kuba Mracek
2018-10-31
1
-386
/
+0
*
[lldb] Introduce StackFrameRecognizer [take 2]
Kuba Mracek
2018-10-31
1
-0
/
+386
*
Revert r345678 (build failure on Linux machines).
Kuba Mracek
2018-10-31
1
-386
/
+0
*
[lldb] Introduce StackFrameRecognizer
Kuba Mracek
2018-10-31
1
-0
/
+386
*
Add "var" and "vo" aliases for "frame variable" and "frame variable -O".
Jim Ingham
2018-10-10
1
-1
/
+11
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-5
/
+5
*
Narrow the CompletionRequest API to being append-only.
Raphael Isemann
2018-07-27
1
-1
/
+1
*
Replaced more boilerplate code with CompletionRequest (NFC)
Raphael Isemann
2018-07-13
1
-8
/
+1
*
Refactoring for for the internal command line completion API (NFC)
Raphael Isemann
2018-07-02
1
-11
/
+11
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-14
/
+12
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
[Command] Simplify the code and make it less error prone. NFCI.
Davide Italiano
2018-04-13
1
-3
/
+1
*
[Command] Implement `statistics` command.
Davide Italiano
2018-04-13
1
-1
/
+10
*
[CommandObjectFrame] Remove dead code.
Davide Italiano
2018-03-23
1
-3
/
+0
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Fix a -Wmisleading-indentation warning
Sylvestre Ledru
2017-06-19
1
-24
/
+22
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-7
/
+7
*
Add back code to implement "frame var -a,-l,-g" filters.
Jim Ingham
2017-04-18
1
-35
/
+55
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Fix MSVC build
Pavel Labath
2017-03-02
1
-1
/
+1
*
Fix various warnings. NFC
Zachary Turner
2017-03-02
1
-4
/
+3
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Fix some occurrences of passing StringRef to Printf.
Zachary Turner
2016-12-09
1
-1
/
+1
*
Convert CommandObjectFrame to entry-based Args access.
Zachary Turner
2016-12-08
1
-37
/
+22
*
Re-add "demonstrate new Args API"
Zachary Turner
2016-11-22
1
-3
/
+3
*
Fix build failure on Linux and BSD by reverting r287597
Omair Javaid
2016-11-22
1
-3
/
+3
*
Add the new Args / entry-access API.
Zachary Turner
2016-11-21
1
-3
/
+3
*
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
-3
/
+3
*
Fix an issue where frame variable -s <varname> would not show the scope even ...
Enrico Granata
2016-10-26
1
-35
/
+38
*
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
-2
/
+2
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-25
/
+20
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-2
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-675
/
+614
[next]