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
*
[lldb] Unify target checking in CommandObject
Raphael Isemann
2019-08-31
1
-704
/
+626
*
[lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...
Raphael Isemann
2019-08-26
1
-110
/
+88
*
[lldb][NFC] Remove dead code that is supposed to handle invalid command options
Raphael Isemann
2019-08-22
1
-7
/
+5
*
[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...
Raphael Isemann
2019-08-22
1
-20
/
+15
*
[Driver] Expand the executable path in the target create output
Jonas Devlieghere
2019-08-07
1
-1
/
+2
*
SymbolVendor: Remove passthrough methods
Pavel Labath
2019-08-06
1
-7
/
+5
*
Remove SymbolVendor::GetSymtab
Pavel Labath
2019-08-05
1
-45
/
+38
*
SymbolVendor: Introduce Module::GetSymbolFile
Pavel Labath
2019-08-02
1
-49
/
+45
*
Format OptionEnumValueElement (NFC)
Jonas Devlieghere
2019-08-02
1
-11
/
+33
*
[lldb] Also include the array definition in CommandOptions.inc
Raphael Isemann
2019-07-28
1
-24
/
+8
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-3
/
+4
*
[lldb][NFC] Tablegenify target
Raphael Isemann
2019-07-19
1
-66
/
+13
*
[lldb] Rename Options.inc to CommandOptions.inc [NFC]
Raphael Isemann
2019-07-16
1
-1
/
+1
*
[lldb] Let table gen create command option initializers.
Raphael Isemann
2019-07-12
1
-3
/
+2
*
[FuncUnwinders] Use "symbol file" unwind plans for unwinding
Pavel Labath
2019-05-24
1
-1
/
+1
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-1
/
+1
*
FuncUnwinders: Add a new "SymbolFile" unwind plan
Pavel Labath
2019-05-10
1
-0
/
+8
*
[CommandObject] Use GetDebugger() helper method (NFC)
Jonas Devlieghere
2019-04-27
1
-23
/
+22
*
Lock accesses to OptionValueFileSpecList objects
Frederic Riss
2019-04-23
1
-1
/
+1
*
FuncUnwinders: remove "current_offset" from function arguments
Pavel Labath
2019-04-23
1
-9
/
+9
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-60
/
+0
*
Rename Target::GetSharedModule to Target::GetOrCreateModule.
Jason Molenda
2019-04-08
1
-3
/
+6
*
Quiet command regex instructions during batch execution
Dave Lee
2019-03-10
1
-2
/
+2
*
Resubmit r354706 with a fix for process launch.
Jim Ingham
2019-03-01
1
-6
/
+23
*
Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp
Zachary Turner
2019-02-27
1
-1
/
+1
*
Revert r354706 - lit touched my thigh
Jim Ingham
2019-02-23
1
-23
/
+6
*
Make sure that stop-hooks run asynchronously.
Jim Ingham
2019-02-23
1
-6
/
+23
*
Move UnwindTable from ObjectFile to Module
Pavel Labath
2019-02-14
1
-2
/
+1
*
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
[next]