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
*
Remove unused "append" parameter from FindTypes API
Adrian Prantl
2019-09-30
16
-131
/
+87
*
Use llvm for dumping DWARF expressions
Pavel Labath
2019-09-30
7
-413
/
+17
*
[lldb][NFC][modern-type-lookup] Remove while(false) behind if() {}
Raphael Isemann
2019-09-30
1
-2
/
+0
*
[lldb] Reland 370734: Test 'frame select -r' and fix that INT32_MIN breaks th...
Raphael Isemann
2019-09-30
2
-13
/
+59
*
[lldb] Partly revert 370734: Test 'frame select -r' and fix that INT32_MIN br...
Raphael Isemann
2019-09-30
2
-20
/
+16
*
[lldb][clang][modern-type-lookup] Use ASTImporterSharedState in ExternalASTMe...
Raphael Isemann
2019-09-30
3
-0
/
+29
*
Revert "[LLDB] Use the llvm microsoft demangler instead of the windows dbghel...
Martin Storsjo
2019-09-28
1
-3
/
+41
*
[LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. NFC.
Martin Storsjo
2019-09-28
1
-41
/
+3
*
Give an error when StepUsingScriptedThreadPlan is passed a bad classname.
Jim Ingham
2019-09-28
8
-9
/
+43
*
[Core] Remove unused dependency on clangAST
Alex Langford
2019-09-28
2
-4
/
+0
*
[debugserver] Add --version/-V command line option to debugserver.
Jonas Devlieghere
2019-09-27
1
-0
/
+11
*
refactor: move IOObject::m_should_close_fd into subclasses
Lawrence D'Anna
2019-09-27
5
-19
/
+20
*
[Reproducer] Use // in the unit tests
Jonas Devlieghere
2019-09-27
1
-13
/
+13
*
[Reproducer] Update the unit tests to specify the path style.
Jonas Devlieghere
2019-09-27
1
-17
/
+33
*
[CMake] Depend on clang-tablegen-targets
Jonas Devlieghere
2019-09-27
1
-1
/
+1
*
Revert: [lldb] [testsuite] Remove redundant MAKE_DSYM := NO
Jan Kratochvil
2019-09-27
17
-0
/
+22
*
[CMake] Make Core depend on ClangDriverOptions (NFC)
Jonas Devlieghere
2019-09-27
1
-0
/
+3
*
[Reproducer] Always use absolute paths for capture & replay.
Jonas Devlieghere
2019-09-27
3
-4
/
+21
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
28
-255
/
+210
*
[lldb] Disable testing entry values as memory location
Djordje Todorovic
2019-09-27
1
-0
/
+3
*
[lldb/cmake] add lldbCore -> clangDriver dependency
Pavel Labath
2019-09-27
1
-0
/
+1
*
Unwind: Add a stack scanning mechanism to support win32 unwinding
Pavel Labath
2019-09-27
10
-12
/
+176
*
Disable the empty string check in TestDataFormatterStdString
Pavel Labath
2019-09-27
1
-1
/
+2
*
Fix some swig warnings
Pavel Labath
2019-09-27
5
-21
/
+3
*
[lldb] [testsuite] Remove redundant MAKE_DSYM := NO
Jan Kratochvil
2019-09-27
17
-22
/
+0
*
[lldb] Print an error message for an empty subcommand
Raphael Isemann
2019-09-27
2
-3
/
+4
*
[lldb][NFC] Actually test which method we call in TestCallOverriddenMethod
Raphael Isemann
2019-09-27
2
-4
/
+8
*
[lldb][NFC] Test CommandObjectMultiword functionality
Raphael Isemann
2019-09-27
1
-0
/
+34
*
[lldb-vscode] correctly handle multiple sourceMap entries
Alex Langford
2019-09-26
1
-2
/
+2
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
26
-208
/
+278
*
SystemInitializer: Define macros for experimental targets too
Pavel Labath
2019-09-26
2
-0
/
+4
*
[lldb] Code cleanup: Simplify SBCommandReturnObject
Jan Kratochvil
2019-09-26
2
-84
/
+51
*
[lldb][modern-type-lookup] Fix crash when activating modern-type-lookup on Linux
Raphael Isemann
2019-09-26
1
-2
/
+1
*
[lldb][www] Update bot links
Raphael Isemann
2019-09-26
1
-2
/
+2
*
[lldb][modern-type-lookup] Add test for using the ClangModulesDeclVendor
Raphael Isemann
2019-09-26
3
-0
/
+36
*
Don't stop execution in batch mode when process stops with SIGINT or SIGSTOP
Tatyana Krasnukha
2019-09-26
6
-70
/
+91
*
SystemInitializer: Use Targets.def to selectively initialize ABI plugins
Pavel Labath
2019-09-26
4
-122
/
+68
*
[lldb][NFC] Use AppendEmptyArgument in CompletionRequest constructor
Raphael Isemann
2019-09-26
1
-7
/
+3
*
[Dwarf] Fix switch cases that take an dw_tag_t.
Jonas Devlieghere
2019-09-25
3
-0
/
+10
*
[lit] Do a better job at parsing unsupported tests.
Jonas Devlieghere
2019-09-25
1
-0
/
+5
*
[lldb] Excludes private headers from SWIG dependency.
Haibo Huang
2019-09-25
1
-0
/
+6
*
[Mangle] Add flag to asm labels to disable '\01' prefixing
Vedant Kumar
2019-09-25
1
-2
/
+2
*
[CMake] Add the system debugserver to lldb-test-deps.
Jonas Devlieghere
2019-09-25
1
-0
/
+1
*
[CMake] Run the lldb-server tests with system debugserver.
Jonas Devlieghere
2019-09-25
1
-1
/
+1
*
[lldb] Move swig call from python code to cmake
Haibo Huang
2019-09-25
3
-629
/
+24
*
[Docs] Document forwarding arguments with lit
Jonas Devlieghere
2019-09-25
1
-0
/
+8
*
[Dwarf] Make dw_tag_t a typedef for llvm::dwarf::Tag instead of uint16_t.
Jonas Devlieghere
2019-09-25
7
-11
/
+13
*
Modernize Makefile.
Adrian Prantl
2019-09-25
1
-1
/
+1
*
[lldb][modern-type-lookup] Add two basic tests for modern-type-lookup
Raphael Isemann
2019-09-25
6
-0
/
+69
*
Have ABI plugins vend llvm MCRegisterInfo data
Pavel Labath
2019-09-25
35
-76
/
+230
[next]