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
/
CommandObjectTarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
1
-5
/
+5
*
Use the UUID from the minidump's CodeView Record for placeholder modules
Leonard Mosescu
2018-05-02
1
-0
/
+4
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-49
/
+40
*
Improve LLDB's handling of non-local minidumps
Leonard Mosescu
2018-04-18
1
-1
/
+2
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
1
-7
/
+8
*
Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...
Pavel Labath
2018-03-20
1
-1
/
+25
*
Remove custom TimePoint-formatting code
Pavel Labath
2017-11-27
1
-20
/
+3
*
Remove extra minuses from command option
Tatyana Krasnukha
2017-11-22
1
-1
/
+1
*
Implement interactive command interruption
Leonard Mosescu
2017-10-05
1
-0
/
+14
*
Revert patch r313904, as it breaks "command source" and in
Jim Ingham
2017-09-28
1
-14
/
+0
*
[LLDB] Implement interactive command interruption
Adrian McCarthy
2017-09-21
1
-0
/
+14
*
Extend 'target symbols add' to load symbols from a given module
Eugene Zemtsov
2017-07-24
1
-4
/
+9
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Add debug_frame section support
Pavel Labath
2017-06-27
1
-0
/
+17
*
Remove an expensive lock from Timer
Pavel Labath
2017-05-15
1
-2
/
+2
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-22
/
+22
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-0
/
+1
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-2
/
+5
*
Revert "Use LLVM for all stat-related functionality."
Pavel Labath
2017-03-07
1
-5
/
+2
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-2
/
+5
*
Provide option to set pc of the file loaded in memory.
Hafiz Abid Qadeer
2017-01-24
1
-3
/
+9
*
Provide a substitute to load command of gdb.
Hafiz Abid Qadeer
2017-01-19
1
-0
/
+28
*
Change CreateTarget and dependents to accept StringRef.
Zachary Turner
2016-11-18
1
-1
/
+1
*
Convert Platform, Process, and Connection functions to StringRef.
Zachary Turner
2016-11-17
1
-1
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-5
/
+5
*
Remove TimeValue class
Pavel Labath
2016-11-16
1
-1
/
+19
*
Make Options::SetOptionValue take a StringRef.
Zachary Turner
2016-11-12
1
-30
/
+21
*
Remove TimeValue usage from lldb/Interpreter
Pavel Labath
2016-11-09
1
-0
/
+1
*
Remove TimeValue usage from Core/Module
Pavel Labath
2016-11-09
1
-6
/
+5
*
Clean up the stop printing header lines.
Jim Ingham
2016-11-08
1
-1
/
+2
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Convert some Args index-based iteration to range-style iteration.
Zachary Turner
2016-10-05
1
-60
/
+58
*
Update OptionGroup::SetValue to take StringRef.
Zachary Turner
2016-09-23
1
-2
/
+2
*
Try to fix build errors on Android.
Zachary Turner
2016-09-22
1
-5
/
+5
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-108
/
+93
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-4
/
+5
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-4700
/
+4111
*
Tables of command options in LLDB benefit from hand-formatting to make it
Kate Stone
2016-08-26
1
-60
/
+57
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-45
/
+59
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-1
/
+1
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-43
/
+33
*
Added support for thread local variables on all Apple OS variants.
Greg Clayton
2016-07-01
1
-0
/
+5
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-8
/
+8
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-6
/
+11
*
Implement `target modules dump objfile`
Adrian McCarthy
2016-04-04
1
-6
/
+106
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-25
1
-412
/
+295
*
Fix "target modules add -s <filename>" to work if the file doesn't exist loca...
Greg Clayton
2016-02-25
1
-1
/
+1
*
Now that SymbolFileDWARF supports having types in completely separate .pcm fi...
Greg Clayton
2016-02-10
1
-2
/
+4
*
Commands: silence dumb -Wextra warning from GCC
Saleem Abdulrasool
2016-01-22
1
-5
/
+5
[next]