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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new API to SBTarget class
Alexander Polyakov
2018-08-07
1
-0
/
+20
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
5
-5
/
+5
*
Introduce install-lldb-framework target
Alex Langford
2018-08-01
1
-0
/
+11
*
Revert "Stop building liblldb with CMake's framework functionality"
Alex Langford
2018-07-27
1
-14
/
+9
*
Stop building liblldb with CMake's framework functionality
Alex Langford
2018-07-27
1
-9
/
+14
*
Invert dependency between lldb-framework and lldb-suite
Alex Langford
2018-07-17
1
-2
/
+4
*
Allow specifying an exit code for the 'quit' command
Raphael Isemann
2018-07-11
1
-0
/
+17
*
Add new API to SBTarget and SBModule classes.
Alexander Polyakov
2018-07-03
2
-0
/
+23
*
Add a way to load an image using a library name and list of paths.
Jim Ingham
2018-06-28
1
-0
/
+51
*
Skip core file tests on build configurations lacking necessary components
Pavel Labath
2018-06-28
1
-0
/
+12
*
Move AddressClass to private enums since API doesn't provide any functions to...
Tatyana Krasnukha
2018-06-27
2
-13
/
+0
*
Represent invalid UUIDs as UUIDs with length zero
Pavel Labath
2018-06-26
1
-1
/
+2
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
3
-3
/
+3
*
Remove UUID::SetFromCString
Pavel Labath
2018-06-21
1
-1
/
+1
*
Modernize UUID class
Pavel Labath
2018-06-21
2
-3
/
+3
*
ScriptInterpreterPython cleanup
Pavel Labath
2018-06-21
1
-5
/
+0
*
Improve SBThread's stepping API using SBError parameter.
Alexander Polyakov
2018-06-20
1
-95
/
+148
*
Fix windows build broken by r335104
Pavel Labath
2018-06-20
1
-0
/
+8
*
Remove dependency from Host to python
Pavel Labath
2018-06-20
1
-1
/
+2
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
1
-13
/
+32
*
Introduce lldb-framework CMake target and centralize its logic
Alex Langford
2018-06-18
1
-54
/
+0
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
2
-25
/
+35
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
2
-6
/
+11
*
Disable warnings for the generated LLDB wrapper source
Raphael Isemann
2018-06-12
1
-6
/
+5
*
Add a new SBTarget::LoadCore() overload which surfaces errors if the load fails
Leonard Mosescu
2018-06-11
1
-2
/
+12
*
Remove dependency from Host to clang.
Zachary Turner
2018-06-04
1
-1
/
+8
*
Add dependency on clang-headers when building LLDB.framework using CMake
Alex Langford
2018-06-01
1
-0
/
+3
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
2
-7
/
+5
*
Remove lldb-private headers when building LLDB.framework with CMake
Alex Langford
2018-05-29
1
-2
/
+1
*
Move SystemInitializerFull header to source/API
Alex Langford
2018-05-25
3
-2
/
+42
*
Move ObjectFile initialization out of SystemInitializerCommon
Pavel Labath
2018-05-24
1
-0
/
+12
*
Normalize some lldb #include statements.
James Y Knight
2018-05-22
1
-1
/
+1
*
Enable ProcessMachCore plugin on non-apple platforms
Pavel Labath
2018-05-22
1
-3
/
+3
*
Convert all RunShellCommand functions to use the Timeout class
Pavel Labath
2018-05-10
1
-11
/
+14
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
20
-132
/
+106
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
4
-4
/
+4
*
[Commands] Expose statistics through the SBAPI.
Davide Italiano
2018-04-16
1
-0
/
+21
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
1
-2
/
+3
*
Add a missing return in SBPlatform::IsConnected and test
Jim Ingham
2018-03-13
1
-1
/
+1
*
Re-add change for https://reviews.llvm.org/D42582 with added directories.
Jim Ingham
2018-03-12
1
-0
/
+2
*
Revert "Improve prologue handling to support functions with multiple entry po...
Vedant Kumar
2018-03-12
1
-2
/
+0
*
Improve prologue handling to support functions with multiple entry points.
Jim Ingham
2018-03-12
1
-0
/
+2
*
[LLDB] Initial version of PPC64 InstEmulation
Pavel Labath
2018-02-27
1
-0
/
+3
*
Add SBDebugger::GetBuildConfiguration and use it to skip an XML test
Pavel Labath
2018-02-19
1
-0
/
+21
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
4
-19
/
+42
*
[SBBreakpointOptionCommon] Give this class an explicit destructor.
Davide Italiano
2017-12-07
2
-0
/
+3
*
[SBBreakpoint] Outline some functions to prevent to be exported.
Davide Italiano
2017-12-07
1
-51
/
+44
*
Fix assertion in ClangASTContext
Pavel Labath
2017-11-30
1
-1
/
+1
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
3
-4
/
+3
*
CompilerType: Add ability to retrieve an integral template argument
Pavel Labath
2017-11-13
1
-9
/
+19
[next]