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
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-55
/
+53
*
[target] Change target create's behavior wrt loading dependent files.
Jonas Devlieghere
2018-09-20
1
-12
/
+73
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
1
-1
/
+2
*
Check result after setting PC value.
Tatyana Krasnukha
2018-08-07
1
-3
/
+8
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Narrow the CompletionRequest API to being append-only.
Raphael Isemann
2018-07-27
1
-5
/
+5
*
Replaced more boilerplate code with CompletionRequest (NFC)
Raphael Isemann
2018-07-13
1
-48
/
+6
*
Refactoring for for the internal command line completion API (NFC)
Raphael Isemann
2018-07-02
1
-56
/
+61
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-3
/
+4
*
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
[next]