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
*
Fix typo
Adrian Prantl
2018-12-20
1
-2
/
+2
*
Fix stack-buffer-overflow in lldb_private::Host::FindProcesses
Jonas Devlieghere
2018-12-20
1
-1
/
+1
*
[lldb] Add a "display-recognized-arguments" target setting to show recognized...
Kuba Mracek
2018-12-20
8
-15
/
+57
*
[NativePDB] Create VarDecls for global variables.
Zachary Turner
2018-12-20
9
-7
/
+279
*
Disable a few tests on the green dragon sanitzier bot.
Adrian Prantl
2018-12-20
3
-0
/
+10
*
[API] Remove redundants get() from smart pointers. NFC
Jonas Devlieghere
2018-12-20
21
-104
/
+97
*
[dotest] Consider unexpected passes as failures.
Jonas Devlieghere
2018-12-20
2
-6
/
+7
*
[lldbsuite] Un-xfail several tests in TestInferiorCrashing on Windows
Stella Stamenova
2018-12-20
1
-21
/
+4
*
[lit] Skip stop-hook test on Windows
Stella Stamenova
2018-12-20
1
-1
/
+5
*
[lldbsuite] Un-xfail TestMiniDump and TestThreadJump
Stella Stamenova
2018-12-20
2
-2
/
+0
*
[lldbsuite] Un-xfail TestEvents on Windows
Stella Stamenova
2018-12-20
1
-3
/
+0
*
[lldbsuite] Skip TestConflictingSymbol (test_shadowed) on Windows
Stella Stamenova
2018-12-20
1
-0
/
+1
*
Overload GetMemoryRegions for the ProcessMinidump
Tatyana Krasnukha
2018-12-20
7
-3
/
+87
*
Replace MemoryRegionInfoSP with values and cleanup related code
Tatyana Krasnukha
2018-12-20
8
-48
/
+61
*
[lldbsuite] Un-xfail TestRedefinitionsInInlines on Windows
Stella Stamenova
2018-12-20
1
-6
/
+4
*
[lldbsuite] Un-xfail TestDataFormatterSynthVal on Windows
Stella Stamenova
2018-12-20
1
-3
/
+0
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.5)
Stella Stamenova
2018-12-20
6
-18
/
+5
*
[lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...
Kuba Mracek
2018-12-20
14
-35
/
+355
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)
Stella Stamenova
2018-12-20
14
-41
/
+2
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.3)
Stella Stamenova
2018-12-20
5
-12
/
+4
*
Simplify code for readability. (NFC)
Adrian Prantl
2018-12-19
1
-6
/
+3
*
Fix line endings.
Zachary Turner
2018-12-19
1
-2
/
+2
*
[NativePDB] Enable function-level-linking.test in native mode.
Zachary Turner
2018-12-19
1
-1
/
+2
*
[NativePDB] Fix a use after free and enable corresponding native test.
Zachary Turner
2018-12-19
2
-2
/
+3
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)
Stella Stamenova
2018-12-19
12
-20
/
+1
*
[lldbsuite] Un-xfail tests on Windows that are now passing
Stella Stamenova
2018-12-19
10
-37
/
+1
*
Show the memory region name if there is one in the output of the "memory regi...
Greg Clayton
2018-12-19
3
-3
/
+35
*
[lit] Make TestConvenienceVariables a cpp file
Jonas Devlieghere
2018-12-19
4
-9
/
+14
*
refactor testsuite spawnLldbMi args->exe+args
Jan Kratochvil
2018-12-19
4
-12
/
+15
*
Don't forget to free the libcompression scratch buffer in the dtor.
Jason Molenda
2018-12-18
1
-0
/
+3
*
[lit] Rather than including stdio.h, forward-declare printf in TestConvenienc...
Stella Stamenova
2018-12-18
1
-1
/
+1
*
Remove the zlib CFLAGS and LDFLAGS settings from the xcode project file.
Jason Molenda
2018-12-18
1
-48
/
+0
*
[NativePDB] Correctly reconstruct DeclContext for nested enums.
Zachary Turner
2018-12-18
3
-4
/
+19
*
Force libcompression calls to be enabled when building on Darwin
Jason Molenda
2018-12-18
4
-74
/
+53
*
[lit] Use the new build.py script in the lldb-mi tests
Stella Stamenova
2018-12-18
13
-46
/
+15
*
Un-conditionalize use of libcompression. debugserver only builds
Jason Molenda
2018-12-18
2
-151
/
+54
*
TestHelloWorld: Use a file on the target platform for synchronisation.
Adrian Prantl
2018-12-18
2
-19
/
+29
*
[CMake] Don't require libcxxabi on darwin
Jonas Devlieghere
2018-12-18
1
-1
/
+0
*
[cmake] Make libcxx(abi) a dependency when building in-tree clang for macOS
Jonas Devlieghere
2018-12-18
1
-0
/
+4
*
Reenable FindLibXml2 on Windows and confirm its at least 2.8 or newer
Nathan Lanza
2018-12-18
1
-11
/
+5
*
Fix REQUIRES line
Adrian Prantl
2018-12-18
1
-1
/
+1
*
ELF: Don't create sections for section header index 0
Pavel Labath
2018-12-18
5
-24
/
+24
*
Fix the "dangerous use of tempnam" warning in Host/SocketTest.cpp
Pavel Labath
2018-12-18
1
-9
/
+10
*
de-flake TestThreadStates.test_process_interrupt
Pavel Labath
2018-12-18
1
-1
/
+5
*
Skip TestMultithreaded.test_sb_api_listener_resume on linux
Pavel Labath
2018-12-18
1
-1
/
+1
*
Un-XFail TestYMMRegister on linux
Pavel Labath
2018-12-18
1
-1
/
+0
*
Un-XFail TestThreadStates.test_process_interrupt
Pavel Labath
2018-12-18
1
-12
/
+7
*
Un-XFAIL TestExitDuringBreak.py for linux
Pavel Labath
2018-12-18
1
-3
/
+0
*
Un-XFAIL TestNamespaceLookup for linux
Pavel Labath
2018-12-18
1
-12
/
+3
*
Fix typo in r349473
Luke Cheeseman
2018-12-18
1
-1
/
+1
[next]