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
*
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
*
Fixing an MSVC error from rL280692
Dimitar Vlahovski
2016-09-06
1
-1
/
+1
*
Added the "frame diagnose" command and use its output to make crash info better.
Sean Callanan
2016-09-06
1
-0
/
+203
*
Tables of command options in LLDB benefit from hand-formatting to make it
Kate Stone
2016-08-26
1
-2
/
+4
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-10
/
+14
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-48
/
+36
*
Added support for thread local variables on all Apple OS variants.
Greg Clayton
2016-07-01
1
-0
/
+4
*
Fix "frame variable" to show all variables defined in functions and any conta...
Greg Clayton
2016-06-09
1
-5
/
+6
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-19
1
-66
/
+48
*
Improve error handling for `frame select` command when there are too many arg...
Adrian McCarthy
2015-12-22
1
-1
/
+3
*
Fix up LLDB for a change in the way clang represents anonymous unions such th...
Enrico Granata
2015-11-19
1
-1
/
+2
[next]