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
Commit message (
Expand
)
Author
Age
Files
Lines
*
SystemInitializerCommon fix compilation on linux
Pavel Labath
2019-10-18
1
-1
/
+2
*
[lldb][NFC] Fix typo in DWARFASTParserClang.cpp
Raphael Isemann
2019-10-17
1
-2
/
+2
*
eliminate one form of PythonObject::Reset()
Lawrence D'Anna
2019-10-17
3
-37
/
+15
*
clean up the implementation of PythonCallable::GetNumArguments
Lawrence D'Anna
2019-10-17
3
-35
/
+329
*
(NFC) Delete variable made unused by llvm-svn: 375160
Sterling Augustine
2019-10-17
1
-1
/
+0
*
[lldb] X-fail tests that use constructors in expressions on Windows
Raphael Isemann
2019-10-17
2
-1
/
+19
*
[test] Add a .clang-format file for the shell test.
Jonas Devlieghere
2019-10-17
1
-0
/
+3
*
Adapt Windows test to API change.
Adrian Prantl
2019-10-17
1
-3
/
+2
*
Revert "[LLDB] [test] Use %clang_cl instead of build.py in a few tests"
Martin Storsjo
2019-10-17
2
-5
/
+4
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
52
-710
/
+487
*
[LLDB] [test] Use %clang_cl instead of build.py in a few tests
Martin Storsjo
2019-10-17
2
-4
/
+5
*
[lldb] Don't emit artificial constructor declarations as global functions
Raphael Isemann
2019-10-17
5
-1
/
+23
*
[Reproducer] Surface error if setting the cwd fails
Jonas Devlieghere
2019-10-17
1
-2
/
+7
*
Disable TestProcessList on windows
Walter Erquinigo
2019-10-17
1
-0
/
+1
*
Fix an inverted condition in test.
Adrian Prantl
2019-10-17
1
-3
/
+3
*
[ARC] Add SystemV ABI
Tatyana Krasnukha
2019-10-17
5
-1
/
+737
*
[ARC] Basic support in gdb-remote process plugin
Tatyana Krasnukha
2019-10-17
5
-1
/
+13
*
delete SWIG typemaps for FILE*
Lawrence D'Anna
2019-10-17
7
-134
/
+10
*
SBCommandReturnObject: change LLDB_RECORD_METHOD(..., FILE *, ...) to use LLD...
Fangrui Song
2019-10-17
1
-11
/
+10
*
[CMake] Make it possible to set the RPATH in add_lldb_exectable.
Jonas Devlieghere
2019-10-17
1
-2
/
+15
*
[Reproducer] Set the working directory in the VFS
Jonas Devlieghere
2019-10-17
2
-3
/
+14
*
Revert "make ConstString allocate memory in non-tiny chunks"
Raphael Isemann
2019-10-17
1
-7
/
+2
*
[Reproducer] Support dumping the reproducer CWD
Jonas Devlieghere
2019-10-17
3
-3
/
+26
*
[Reproducer] Add LoadBuffer<> helper (NFC)
Jonas Devlieghere
2019-10-17
2
-11
/
+13
*
[Reproducer] Capture the debugger's working directory
Jonas Devlieghere
2019-10-17
3
-1
/
+47
*
[LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. N...
Martin Storsjo
2019-10-16
1
-41
/
+7
*
Add arm64_32 support to lldb, an ILP32 codegen
Jason Molenda
2019-10-16
36
-28
/
+123
*
[android/process list] support showing process arguments
Walter Erquinigo
2019-10-16
8
-126
/
+234
*
[lldb] move more things from python to cmake
Haibo Huang
2019-10-16
2
-237
/
+23
*
update ScriptInterpreterPython to use File, not FILE*
Lawrence D'Anna
2019-10-16
4
-64
/
+56
*
[lldb] Creates _liblldb symlink from cmake
Haibo Huang
2019-10-15
2
-283
/
+37
*
remove FILE* usage from SBStream.i
Lawrence D'Anna
2019-10-15
4
-3
/
+59
*
eliminate virtual methods from PythonDataObjects
Lawrence D'Anna
2019-10-15
2
-380
/
+121
*
convert SBDebugger::***FileHandle() wrappers to native files.
Lawrence D'Anna
2019-10-15
2
-27
/
+75
*
SBFile::GetFile: convert SBFile back into python native files.
Lawrence D'Anna
2019-10-15
9
-26
/
+200
*
Increase gdbremote_testcase timeouts when running under ASAN.
Adrian Prantl
2019-10-15
1
-5
/
+12
*
Skip PExpect tests under ASAN, I can't get them to work reliably.
Adrian Prantl
2019-10-15
2
-0
/
+6
*
[Windows][NFC] Fix tests after r374528.
Aleksandr Urakov
2019-10-15
1
-3
/
+0
*
[LLDB] [PECOFF] Use a "pc" vendor name in aarch64 triples
Martin Storsjo
2019-10-15
2
-2
/
+2
*
[LLDB] [Windows] Initial support for ARM64 register contexts
Martin Storsjo
2019-10-15
10
-3
/
+1447
*
Fix TestDisassemble_VST1_64
Pavel Labath
2019-10-15
1
-7
/
+7
*
[lldb-server/android] Show more processes by relaxing some checks
Walter Erquinigo
2019-10-15
1
-34
/
+45
*
Revert "fix"
Walter Erquinigo
2019-10-14
1
-45
/
+34
*
fix
Walter Erquinigo
2019-10-14
1
-34
/
+45
*
build fix for SBInstruction.
Lawrence D'Anna
2019-10-14
3
-2
/
+4
*
remove FILE* bindings from SBInstruction.
Lawrence D'Anna
2019-10-14
9
-21
/
+99
*
uint32_t options -> File::OpenOptions options
Lawrence D'Anna
2019-10-14
24
-73
/
+111
*
remove FILE* usage from ReportEventState() and HandleProcessEvent()
Lawrence D'Anna
2019-10-14
9
-21
/
+93
*
Fix test breakage caused by r374424
Lawrence D'Anna
2019-10-14
1
-1
/
+1
*
minidump: Use yaml for memory info tests
Pavel Labath
2019-10-14
4
-2
/
+47
[next]