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
/
lit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-land "[test] Split LLDB tests into API, Shell & Unit"
Jonas Devlieghere
2019-10-09
440
-20444
/
+0
*
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
440
-0
/
+20444
*
[test] Split LLDB tests into API, Shell & Unit
Jonas Devlieghere
2019-10-09
440
-20444
/
+0
*
Explicitly set entry point arch when it's thumb [Second Try]
Antonio Afonso
2019-10-08
3
-6
/
+20
*
Add pretty printing of Clang "bitfield" enums
Frederic Riss
2019-10-08
1
-2
/
+2
*
Tweak minidebuginfo-set-and-hit-breakpoint.test
Pavel Labath
2019-10-08
1
-5
/
+8
*
[CMake] Add two more uses of add_lldb_test_dependency
Jonas Devlieghere
2019-10-08
1
-1
/
+1
*
[CMake] Track test dependencies with add_lldb_test_dependency
Jonas Devlieghere
2019-10-08
1
-9
/
+5
*
[MachO] Fix symbol merging during symtab parsing.
Jonas Devlieghere
2019-10-08
1
-0
/
+699
*
[test] Rename `Modules` to `ObjectFile` (NFC)
Jonas Devlieghere
2019-10-07
62
-0
/
+0
*
[lldb][ELF] Read symbols from .gnu_debugdata sect.
Konrad Kleine
2019-10-07
8
-0
/
+192
*
Revert "Explicitly set entry point arch when it's thumb"
Antonio Afonso
2019-10-04
1
-13
/
+0
*
Explicitly set entry point arch when it's thumb
Antonio Afonso
2019-10-04
1
-0
/
+13
*
[test] Disable TestCustomShell on Linux
Jonas Devlieghere
2019-10-03
1
-0
/
+4
*
[Host] Return the user's shell from GetDefaultShell
Jonas Devlieghere
2019-10-03
2
-0
/
+9
*
Use llvm for dumping DWARF expressions
Pavel Labath
2019-09-30
2
-3
/
+3
*
[Reproducer] Always use absolute paths for capture & replay.
Jonas Devlieghere
2019-09-27
1
-0
/
+8
*
Unwind: Add a stack scanning mechanism to support win32 unwinding
Pavel Labath
2019-09-27
3
-0
/
+60
*
[lit] Do a better job at parsing unsupported tests.
Jonas Devlieghere
2019-09-25
1
-0
/
+5
*
[LLDB] Add tests for PECOFF arm architecture identification
Martin Storsjo
2019-09-24
2
-0
/
+172
*
[LLDB] [test] Allow differing order of some matches
Martin Storsjo
2019-09-24
1
-2
/
+2
*
[LLDB] [test] Add a few missing cases of REQUIRES: python
Martin Storsjo
2019-09-24
2
-0
/
+2
*
Fix command-script-import.test on linux
Pavel Labath
2019-09-18
2
-3
/
+3
*
[lldb] Fix a test assertion after r372192
Krasimir Georgiev
2019-09-18
1
-1
/
+1
*
[ScriptInterpreter] Limit LLDB's globals to interactive mode.
Jonas Devlieghere
2019-09-18
2
-3
/
+7
*
lldb: move a test input to the test Inputs dir
Krasimir Georgiev
2019-09-17
2
-1
/
+3
*
[test] Disable reproducer dump test on Windows
Jonas Devlieghere
2019-09-17
1
-0
/
+1
*
[ScriptInterpreter] Initialize globals when loading a scripting module.
Jonas Devlieghere
2019-09-17
2
-0
/
+10
*
[Reproducer] Implement dumping packets.
Jonas Devlieghere
2019-09-16
1
-0
/
+4
*
[test] Add -z separate-code to fix tests that ae sensitive to exact addresses...
Fangrui Song
2019-09-16
6
-6
/
+6
*
[Reproducer] Add reproducer dump command.
Jonas Devlieghere
2019-09-13
2
-0
/
+22
*
Revert "[LLDB][ELF] Load both, .symtab and .dynsym sections"
Konrad Kleine
2019-09-11
5
-101
/
+1
*
Revert "[LLDB][ELF] Fixup for comments in D67390"
Konrad Kleine
2019-09-11
2
-2
/
+2
*
[LLDB][ELF] Fixup for comments in D67390
Konrad Kleine
2019-09-11
2
-2
/
+2
*
[LLDB][ELF] Load both, .symtab and .dynsym sections
Konrad Kleine
2019-09-11
5
-1
/
+101
*
Revert "[Reproducer] Add a `cont` to ModuleCXX.test"
Jonas Devlieghere
2019-09-09
1
-1
/
+0
*
[test] Add a FIXME test for stop-command-source-on-error
Jonas Devlieghere
2019-09-06
3
-0
/
+30
*
[Reproducer] Add a `cont` to ModuleCXX.test
Jonas Devlieghere
2019-09-05
1
-0
/
+1
*
Breakpad: Basic support for STACK WIN unwinding
Pavel Labath
2019-09-05
3
-0
/
+106
*
disassemble command: fix error message when disassembly fails
Pavel Labath
2019-09-04
2
-0
/
+49
*
[lit] Only set DYLD_LIBRARY_PATH for shared builds
Jonas Devlieghere
2019-08-30
3
-9
/
+8
*
[lit] Fix my earlier bogus fix to not set DYLD_LIBRARY_PATH with Asan.
Jonas Devlieghere
2019-08-30
1
-1
/
+1
*
[lit] Print exit code in for unresolved (lldb)tests.
Jonas Devlieghere
2019-08-29
1
-2
/
+2
*
[test] Fix various module cache bugs and inconsistencies
Jonas Devlieghere
2019-08-29
8
-7
/
+27
*
Remove DWARFExpression::LocationListSize
Pavel Labath
2019-08-29
1
-8
/
+32
*
[dotest] Remove -q (quiet) flag.
Jonas Devlieghere
2019-08-28
1
-1
/
+1
*
[lit] Fix the way we check if an environment var is set
Jonas Devlieghere
2019-08-28
1
-1
/
+1
*
[lit] Don't set DYLD_LIBRARY_PATH when DYLD_INSERT_LIBRARIES is set.
Jonas Devlieghere
2019-08-28
1
-13
/
+15
*
Upstream support for macCatalyst Mach-O binaries.
Adrian Prantl
2019-08-23
1
-2
/
+12
[next]