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
/
API
/
SBTarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change Target::FindBreakpointsByName to return Expected<vector>
Joseph Tremoulet
2019-12-04
1
-5
/
+8
*
[lldb][NFC] Allow range-based for-loops on VariableList
Raphael Isemann
2019-11-25
1
-11
/
+8
*
[lldb] Remove dead code from STLUtils.h
Jonas Devlieghere
2019-11-06
1
-2
/
+1
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-26
/
+19
*
Remove size_t return parameter from FindTypes
Adrian Prantl
2019-10-01
1
-9
/
+6
*
Code cleanup: Change FormattersContainer::KeyType from SP to rvalue
Jan Kratochvil
2019-09-04
1
-4
/
+4
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[API] Remove use of ClangASTContext from SBTarget
Alex Langford
2019-07-31
1
-13
/
+12
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-4
/
+4
*
[Symbol] Add DeclVendor::FindTypes
Alex Langford
2019-07-02
1
-19
/
+7
*
[Target] Hoist LanguageRuntime::GetDeclVendor
Alex Langford
2019-06-24
1
-35
/
+20
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
1
-2
/
+2
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-27
/
+27
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Rename Target::GetSharedModule to Target::GetOrCreateModule.
Jason Molenda
2019-04-08
1
-2
/
+3
*
[Reproducers] Capture return values of functions returning by ptr/ref
Jonas Devlieghere
2019-04-03
1
-1
/
+1
*
[lldb] [Reproducer] Move SBRegistry registration into declaring files
Michal Gorny
2019-03-19
1
-0
/
+247
*
[API] Remove unneded LLDB_DISABLE_PYTHON markers.
Davide Italiano
2019-03-18
1
-5
/
+0
*
Fix some "variable 'foo' set but not used" warnings
Pavel Labath
2019-03-18
1
-3
/
+1
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
1
-0
/
+4
*
[Reproducers] Add missing LLDB_RECORD_DUMMY macros
Jonas Devlieghere
2019-03-08
1
-0
/
+21
*
[SBAPI] Log from record macro
Jonas Devlieghere
2019-03-07
1
-312
/
+1
*
[Reproducers] Add SBReproducer macros
Jonas Devlieghere
2019-03-06
1
-142
/
+535
*
Move ProcessInfo from Host to Utility.
Zachary Turner
2019-03-04
1
-0
/
+1
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
1
-2
/
+1
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-13
/
+11
*
Don't type-erase the FunctionNameType or TypeClass enums.
Zachary Turner
2018-10-25
1
-18
/
+21
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-2
/
+3
*
[SBAPI/Target] Expose SetStatistics(bool enable)/GetStatistics().
Davide Italiano
2018-09-28
1
-0
/
+15
*
Add a "scripted" breakpoint type to lldb.
Jim Ingham
2018-09-13
1
-1
/
+37
*
Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.
Adrian Prantl
2018-08-30
1
-2
/
+9
*
Add new API to SBTarget class
Alexander Polyakov
2018-08-07
1
-0
/
+20
*
Add new API to SBTarget and SBModule classes.
Alexander Polyakov
2018-07-03
1
-0
/
+12
*
Remove UUID::SetFromCString
Pavel Labath
2018-06-21
1
-1
/
+1
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-3
/
+5
*
Add a new SBTarget::LoadCore() overload which surfaces errors if the load fails
Leonard Mosescu
2018-06-11
1
-2
/
+12
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
1
-6
/
+4
*
Normalize some lldb #include statements.
James Y Knight
2018-05-22
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-9
/
+9
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
[Commands] Expose statistics through the SBAPI.
Davide Italiano
2018-04-16
1
-0
/
+21
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-3
/
+4
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+1
*
Invert ArchSpec<->Platform dependency
Pavel Labath
2017-10-31
1
-2
/
+2
*
Wire up the breakpoint name help string.
Jim Ingham
2017-09-15
1
-3
/
+0
*
Make breakpoint names real entities.
Jim Ingham
2017-09-14
1
-3
/
+30
*
Fix GreenDragon bots
Chris Bieneman
2017-07-19
1
-10
/
+0
*
Change the ABI class to have a weak pointer to its Process;
Jason Molenda
2017-06-29
1
-1
/
+1
[next]