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
*
[test] Add timeout to API tests.
Jonas Devlieghere
2019-10-10
2
-2
/
+9
*
[test] Cleanup top-level lit.cfg.py
Jonas Devlieghere
2019-10-10
1
-28
/
+2
*
[Docs] Update testing documentaton
Jonas Devlieghere
2019-10-10
1
-42
/
+66
*
update TestRunCommandInterpreterAPI to use SBFile
Lawrence D'Anna
2019-10-10
1
-4
/
+41
*
update SBDebugger::SetInputFile() etc to work on native Files
Lawrence D'Anna
2019-10-10
4
-6
/
+48
*
TestFileHandle.py: fix for Python 3.6
Lawrence D'Anna
2019-10-10
1
-2
/
+2
*
Remove merge marker :-)
Adrian Prantl
2019-10-10
1
-4
/
+0
*
Die, TABS, die, die, die, die...
Jim Ingham
2019-10-10
1
-3
/
+7
*
Remove CC autodetection from Makefile.rules
Adrian Prantl
2019-10-10
1
-9
/
+2
*
Speed up accelerator table lookups
Adrian Prantl
2019-10-10
12
-3
/
+116
*
Implement serializing scripted breakpoints and their extra args.
Jim Ingham
2019-10-10
7
-37
/
+123
*
[test] Use a different module cache for Shell and API tests.
Jonas Devlieghere
2019-10-10
11
-28
/
+65
*
[test] Pass DSYMUTIL and SDKROOT as part of the Make invocation.
Jonas Devlieghere
2019-10-10
1
-5
/
+36
*
[test] Trim the symbtab test case (NFC)
Jonas Devlieghere
2019-10-10
1
-10
/
+0
*
Increase timeout in pexpect to lower chances of tests failing under ASAN.
Adrian Prantl
2019-10-10
1
-1
/
+1
*
Increase timeout in gdbclientutils.py to decrease chance of test failing unde...
Adrian Prantl
2019-10-10
1
-1
/
+1
*
unwind-via-stack-win.yaml: update for changes in yaml format
Pavel Labath
2019-10-10
1
-1
/
+15
*
[lldb] Fix minidebuginfo-set-and-hit-breakpoint.test
Raphael Isemann
2019-10-10
1
-1
/
+1
*
[lldb] Add log output for the support files we pass to the CppModuleConfigura...
Raphael Isemann
2019-10-10
1
-0
/
+11
*
Fix the unwinding plan augmentation from x86 assembly
Pavel Labath
2019-10-10
2
-16
/
+106
*
Fix some dangling else warnings
Pavel Labath
2019-10-10
1
-9
/
+10
*
[lldb] Make sure import-std-module/sysroot actually passes for the right reasons
Raphael Isemann
2019-10-10
6
-9
/
+16
*
File: Handle more cases in GetOptionsFromMode
Pavel Labath
2019-10-10
1
-9
/
+11
*
[Windows] Introduce a switch for the `lldb-server` mode on Windows
Aleksandr Urakov
2019-10-10
1
-6
/
+17
*
TestFileHandle.py: relax exception type checks
Pavel Labath
2019-10-10
1
-3
/
+3
*
[lldb][NFC] Remove strange bool parameter from Searcher::SearchCallback
Raphael Isemann
2019-10-10
23
-80
/
+60
*
[lldb] Fix out of bounds read in DataExtractor::GetCStr and add unit test tha...
Raphael Isemann
2019-10-10
2
-19
/
+63
*
[lldb][NFC] Use llvm::all_of instead of std::all_of in CppModuleConfiguration
Raphael Isemann
2019-10-10
1
-3
/
+3
*
s/@expectedFailure/@expectedFailureAll in TestFileHandle
Pavel Labath
2019-10-10
1
-12
/
+11
*
[lldb][NFC] Use unique_ptr in DiagnosticManager to express ownership
Raphael Isemann
2019-10-10
4
-52
/
+61
*
Change debugserver to use the brk #0 for breakpoints.
Jason Molenda
2019-10-10
1
-3
/
+1
*
TestMTCSimple.py: allow the test to run on Darwin embedded platforms
Frederic Riss
2019-10-09
3
-13
/
+20
*
TestIndirectSymbols: Modernize the Makefile
Frederic Riss
2019-10-09
2
-36
/
+14
*
Makefile.rules: add missing CODESIGN call
Frederic Riss
2019-10-09
1
-0
/
+3
*
[lldb] Put site-packages into a sub dir of CMAKE_CFG_INTDIR
Haibo Huang
2019-10-09
1
-1
/
+2
*
Set eRegisterKindEHFrame register numbers for 32 bit ARM register contexts in...
Greg Clayton
2019-10-09
3
-11
/
+88
*
[CMake] Use the correct lit.cfg.py
Jonas Devlieghere
2019-10-09
1
-1
/
+1
*
Fix a crasher due to an assert when two files have the same UUID but differen...
Greg Clayton
2019-10-09
3
-24
/
+81
*
remove a smattering of isolated, unnecessary uses of FILE*
Lawrence D'Anna
2019-10-09
3
-13
/
+11
*
SBFile support in SBCommandReturnObject
Lawrence D'Anna
2019-10-09
11
-40
/
+144
*
SBFile: add a bunch of tests that should eventually work.
Lawrence D'Anna
2019-10-09
2
-15
/
+291
*
[Reproducer] Add convenience methods IsCapturing and IsReplaying.
Jonas Devlieghere
2019-10-09
2
-3
/
+6
*
TestHelloWorld: Make compatible with remote testing
Frederic Riss
2019-10-09
1
-10
/
+14
*
[LLDB] Fix for regression of test 'TestDataFormatterInvalidStdUniquePtr.py' i...
Cameron Desrochers
2019-10-09
3
-5
/
+7
*
[LLDB] Remove standalone build dep on llvm-strip
Jonas Devlieghere
2019-10-09
1
-1
/
+6
*
Revert "[lldb] Calculate relative path for symbol links"
Jim Ingham
2019-10-09
1
-4
/
+19
*
allow arbitrary python streams to be converted to SBFile
Lawrence D'Anna
2019-10-09
6
-33
/
+813
*
Skip Apple simulator test for all remote testing scenarios.
Frederic Riss
2019-10-09
1
-3
/
+3
*
[CMake] Fix add_lldb_test_dependency
Jonas Devlieghere
2019-10-09
2
-10
/
+12
*
[utils] Update lldb-dotest for new test layout
Jonas Devlieghere
2019-10-09
1
-1
/
+1
[next]