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
...
*
Make yet another attempt in restoring SymbolFilePDBTests
Adrian Prantl
2019-10-02
1
-13
/
+13
*
[lldb] Fix unused variable warning
Jordan Rupprecht
2019-10-01
1
-1
/
+0
*
Make another attempt at fixing SymbolFilePDBTests.
Adrian Prantl
2019-10-01
1
-0
/
+1
*
[JSON] Use LLVM's library for argdumper
Jonas Devlieghere
2019-10-01
2
-19
/
+7
*
[JSON] Use LLVM's library for decoding JSON in StructuredData
Jonas Devlieghere
2019-10-01
2
-101
/
+48
*
[JSON] Use LLVM's library for encoding JSON in StructuredData
Jonas Devlieghere
2019-10-01
7
-102
/
+57
*
Fix a syntax error.
Adrian Prantl
2019-10-01
1
-1
/
+1
*
Fix a condition-flip regression introduced in r373344.
Adrian Prantl
2019-10-01
1
-1
/
+1
*
Typo (NFC)
Adrian Prantl
2019-10-01
1
-3
/
+3
*
Simplify condition (NFC)
Adrian Prantl
2019-10-01
1
-1
/
+1
*
Remove size_t return parameter from FindTypes
Adrian Prantl
2019-10-01
24
-344
/
+261
*
Update SymbolFilePDB for FindTypes API change.
Adrian Prantl
2019-10-01
2
-22
/
+17
*
[lldb][NFC] Mark ClangASTContext constructor as explicit
Raphael Isemann
2019-10-01
1
-1
/
+1
*
[lldb][NFC] Remove unused ClangASTContext::GetHasExternalStorage
Raphael Isemann
2019-10-01
2
-69
/
+0
*
[lldb][NFC] Remove unused ClangASTContext functions for checking/removing the...
Raphael Isemann
2019-10-01
2
-21
/
+0
*
[lldb][NFC] Disallow changing the ASTContext of an ClangASTContext after cons...
Raphael Isemann
2019-10-01
4
-17
/
+16
*
[lldb][NFC] Modernize ClangASTContext constructor
Raphael Isemann
2019-10-01
2
-41
/
+35
*
[clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSource
Raphael Isemann
2019-10-01
4
-11
/
+11
*
[Windows] Added support of watchpoints to `NativeProcessWindows`
Aleksandr Urakov
2019-10-01
8
-64
/
+835
*
File::Clear() -> File::TakeStreamAndClear()
Lawrence D'Anna
2019-10-01
3
-6
/
+22
*
Allow the internal-state-thread free access to the TargetAPI mutex.
Jim Ingham
2019-10-01
7
-11
/
+96
*
[Docs] Document lldb-instr
Jonas Devlieghere
2019-10-01
1
-0
/
+40
*
[StackFrameList][DFS] Turn a few raw pointers into references, NFC
Vedant Kumar
2019-09-30
2
-8
/
+9
*
Try to update Windows unit test for API change.
Adrian Prantl
2019-09-30
1
-21
/
+18
*
[test] Make TestBasicEntryValuesX86_64 run on Linux as well as Darwin
Vedant Kumar
2019-09-30
1
-1
/
+5
*
[lldb][NFC] Updating test to reflect made by D67966
Shafik Yaghmour
2019-09-30
1
-1
/
+1
*
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
[prev]
[next]