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
*
convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_args
Lawrence D'Anna
2019-10-19
3
-5
/
+32
*
[LLDB] bugfix: command script add -f doesn't work for some callables
Lawrence D'Anna
2019-10-19
7
-19
/
+167
*
Move endian constant from Host.h to SwapByteOrder.h, prune include
Reid Kleckner
2019-10-19
1
-5
/
+2
*
Skip (more) PExpect tests under ASAN, I can't get them to work reliably.
Adrian Prantl
2019-10-19
1
-0
/
+3
*
[Reproducer] XFAIL TestWorkingDir on Windows
Jonas Devlieghere
2019-10-18
1
-0
/
+2
*
[Reproducer] Improve reproducer help (NFC)
Jonas Devlieghere
2019-10-18
1
-2
/
+12
*
Disable exit-on-SIGPIPE in lldb
Vedant Kumar
2019-10-18
1
-0
/
+10
*
[lldb][NFC] Remove wrong tests in TestCallOverriddenMethod
Raphael Isemann
2019-10-18
1
-4
/
+0
*
[Reproducer] Use ::rtrim() to remove trailing control characters.
Jonas Devlieghere
2019-10-18
1
-4
/
+2
*
ProcessMinidump: Suppress reporting stop for signal '0'
Joseph Tremoulet
2019-10-18
3
-3
/
+50
*
LLDB: Use LLVM's type for minidump ExceptionStream [NFC]
Joseph Tremoulet
2019-10-18
7
-63
/
+34
*
Update MinidumpYAML to use minidump::Exception for exception stream
Joseph Tremoulet
2019-10-18
1
-1
/
+4
*
Add REQUIRES: x86 to more tests which need the x86 llvm target built
Pavel Labath
2019-10-18
4
-0
/
+6
*
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
[next]