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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Stream::UnitTest
Raphael Isemann
2018-07-31
1
-2
/
+0
*
Narrow the CompletionRequest API to being append-only.
Raphael Isemann
2018-07-27
1
-3
/
+32
*
Remove unused History class
Raphael Isemann
2018-07-24
1
-136
/
+0
*
Move dumping code out of RegisterValue class
Pavel Labath
2018-07-24
2
-6
/
+31
*
Fix some crashes and deadlocks in FormatAnsiTerminalCodes
Raphael Isemann
2018-07-16
1
-3
/
+7
*
Fix the libcxx set, multiset, vector and bitset formatters to work on referen...
Jim Ingham
2018-07-13
2
-1
/
+18
*
Add includes for CompletionRequest to every file that uses it
Raphael Isemann
2018-07-13
8
-2
/
+8
*
Replaced more boilerplate code with CompletionRequest (NFC)
Raphael Isemann
2018-07-13
13
-160
/
+91
*
Get rid of the C-string parameter in DoExecute
Raphael Isemann
2018-07-12
3
-11
/
+11
*
[process] Update the documentation for ReadMemory and DoReadMemory to include...
Stella Stamenova
2018-07-12
1
-1
/
+14
*
Allow specifying an exit code for the 'quit' command
Raphael Isemann
2018-07-11
2
-0
/
+49
*
Refactor parsing of option lists with a raw string suffix.
Raphael Isemann
2018-07-10
2
-0
/
+109
*
Add LLDB_API to SBAddress's operator==.
Alexander Polyakov
2018-07-07
1
-2
/
+2
*
Address a few post facto review comments from Adrian.
Jim Ingham
2018-07-05
1
-1
/
+5
*
Fixed redefinition warnings with LLVM_ENABLE_MODULES
Raphael Isemann
2018-07-05
1
-0
/
+2
*
Add new API to SBTarget and SBModule classes.
Alexander Polyakov
2018-07-03
2
-0
/
+30
*
Fixed compilation failure after the code completion refactor patch
Raphael Isemann
2018-07-02
2
-4
/
+4
*
Refactoring for for the internal command line completion API (NFC)
Raphael Isemann
2018-07-02
6
-111
/
+123
*
UUID: Add support for arbitrary-sized module IDs
Pavel Labath
2018-06-29
1
-25
/
+27
*
Add a way to load an image using a library name and list of paths.
Jim Ingham
2018-06-28
2
-1
/
+71
*
Add missing constness.
Tatyana Krasnukha
2018-06-27
2
-2
/
+2
*
Move AddressClass to private enums since API doesn't provide any functions to...
Tatyana Krasnukha
2018-06-27
8
-37
/
+33
*
The Process class ivar ivar was changed to a weak pointer, but was still _sp.
Jim Ingham
2018-06-26
1
-3
/
+3
*
Reverting r335656, SWIG doesn't like "enum class".
Jim Ingham
2018-06-26
1
-1
/
+1
*
Amend "Change AddressClass type from 'enum' to 'enum class'".
Tatyana Krasnukha
2018-06-26
1
-1
/
+1
*
Represent invalid UUIDs as UUIDs with length zero
Pavel Labath
2018-06-26
2
-30
/
+35
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
4
-19
/
+19
*
Remove UUID::SetFromCString
Pavel Labath
2018-06-21
1
-1
/
+0
*
Modernize UUID class
Pavel Labath
2018-06-21
1
-3
/
+4
*
Improve SBThread's stepping API using SBError parameter.
Alexander Polyakov
2018-06-20
1
-1
/
+15
*
Fix compilation with mingw-w64 (pr37873)
Pavel Labath
2018-06-20
1
-2
/
+2
*
Remove dependency from Host to python
Pavel Labath
2018-06-20
3
-5
/
+0
*
BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pair
Pavel Labath
2018-06-20
1
-1
/
+1
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
1
-19
/
+33
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
11
-117
/
+35
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
2
-3
/
+8
*
[FileSpec] Delegate common operations to llvm::sys::path
Jonas Devlieghere
2018-06-13
1
-2
/
+2
*
Fix/unify the spelling of Objective-C.
Adrian Prantl
2018-06-13
1
-1
/
+1
*
Add modules support for lldb headers in include/
Raphael Isemann
2018-06-13
1
-0
/
+139
*
Add a new SBTarget::LoadCore() overload which surfaces errors if the load fails
Leonard Mosescu
2018-06-11
1
-2
/
+3
*
Editline: make #include <codecvt> conditional
Pavel Labath
2018-06-11
1
-0
/
+2
*
[cmake] Detect presence of wide-char libedit at build time
Pavel Labath
2018-06-11
3
-14
/
+14
*
Added missing include to LoadedModuleInfoList.h
Raphael Isemann
2018-06-08
1
-0
/
+1
*
[DWARF] Add (empty) DebugNamesDWARFIndex class and a setting to control its use
Pavel Labath
2018-06-06
1
-0
/
+2
*
Remove dependency from Host to clang.
Zachary Turner
2018-06-04
3
-7
/
+3
*
[lldb, process] Fix occasional hang when launching a process in LLDB
Stella Stamenova
2018-06-01
1
-0
/
+3
*
Add .debug_names section glue code
Pavel Labath
2018-06-01
1
-0
/
+1
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
4
-40
/
+13
*
[LLDB] Re-apply r303907 that's reverted by mistake
Tim Shen
2018-05-30
1
-3
/
+9
*
[FileSpec] Re-implmenet removeLastPathComponent
Jonas Devlieghere
2018-05-30
1
-1
/
+8
[next]