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
*
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
*
[test] Skip entry value test when clang < 10.0.0
Vedant Kumar
2019-10-09
1
-0
/
+1
*
Re-land "[test] Split LLDB tests into API, Shell & Unit"
Jonas Devlieghere
2019-10-09
450
-258
/
+331
*
protect libedit and LLDB gui from receiving null FILE* streams
Lawrence D'Anna
2019-10-09
2
-2
/
+5
*
[LLDB] Fix for synthetic children memory leak
Cameron Desrochers
2019-10-09
7
-35
/
+64
*
Update breakpad lit test to be independent of the unnamed symbol number
Antonio Afonso
2019-10-09
1
-1
/
+1
*
Revert [test] Split LLDB tests into API, Shell & Unit
Adrian Prantl
2019-10-09
449
-312
/
+262
*
Remove obsolete parameter.
Adrian Prantl
2019-10-09
1
-1
/
+0
*
[test] Split LLDB tests into API, Shell & Unit
Jonas Devlieghere
2019-10-09
449
-262
/
+312
*
Remove the is_mangled flag from Mangled and Symbol
Adrian Prantl
2019-10-09
13
-67
/
+19
*
Unify the two CRC implementations
Hans Wennborg
2019-10-09
1
-5
/
+3
*
[lldb] Don't crash when the ASTImporter produces diagnostics but instead log ...
Raphael Isemann
2019-10-09
1
-39
/
+54
*
Explicitly set entry point arch when it's thumb [Second Try]
Antonio Afonso
2019-10-08
5
-6
/
+191
*
Revert Trust the arange accelerator tables in dSYMs
Adrian Prantl
2019-10-08
1
-13
/
+7
*
Trust the arange accelerator tables in dSYMs
Adrian Prantl
2019-10-08
1
-7
/
+13
*
StopInfo/Mach: Delete PPC support
Vedant Kumar
2019-10-08
1
-103
/
+0
*
Add test coverage to printing of enums and fix display of unsigned values
Frederic Riss
2019-10-08
3
-35
/
+66
*
StopInfo/Mach: Use early-exits, reflow messy comments, NFCI
Vedant Kumar
2019-10-08
2
-498
/
+488
*
[Reproducer] Don't isntrument methods that get called from the signal handler.
Jonas Devlieghere
2019-10-08
2
-5
/
+6
*
[CMake] Fix building without python on Windows
Alex Langford
2019-10-08
1
-2
/
+7
*
Reflow/fix doxygen comments.
Adrian Prantl
2019-10-08
1
-10
/
+16
*
Fix sign extension handling in DumpEnumValue
Frederic Riss
2019-10-08
1
-0
/
+1
*
exception handling in PythonDataObjects.
Lawrence D'Anna
2019-10-08
2
-36
/
+392
[next]