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 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-10
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Recommit "Add a verbose mode to "image dump line-table" and use it to write a...
Pavel Labath
2019-01-17
1
-4
/
+44
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
1
-13
/
+9
*
Revert "Add a verbose mode to "image dump line-table" and use it to write a ....
Pavel Labath
2019-01-10
1
-44
/
+4
*
Add a verbose mode to "image dump line-table" and use it to write a .debug_li...
Pavel Labath
2019-01-10
1
-4
/
+44
*
Rename ObjectFile::GetHeaderAddress to GetBaseAddress
Pavel Labath
2018-12-11
1
-11
/
+11
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-3
/
+0
*
Add a target modules dump ast command.
Zachary Turner
2018-11-05
1
-6
/
+89
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-8
/
+11
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-8
/
+10
*
[FileSystem] Remove GetPermissions() and Readable() from FileSpec
Jonas Devlieghere
2018-11-01
1
-3
/
+3
*
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
[next]