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
...
*
[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...
Raphael Isemann
2019-08-22
57
-637
/
+480
*
[debugserver] Switch back to std::once_flag
Jonas Devlieghere
2019-08-22
1
-1
/
+1
*
[lldb] Replace std::once_flag with llvm::once_flag.
Davide Italiano
2019-08-22
2
-2
/
+3
*
[FormatManage] Fix the format info order
Jonas Devlieghere
2019-08-22
1
-2
/
+3
*
[FormatManager] Add static_assert to keep formats in sync.
Jonas Devlieghere
2019-08-22
1
-1
/
+5
*
The g_format_infos table needs to be updated in concert with the
Jason Molenda
2019-08-22
1
-0
/
+1
*
[test] Update test so it matches the Windows output
Jonas Devlieghere
2019-08-21
1
-3
/
+3
*
When building file without debug info, include the architecture
Jason Molenda
2019-08-21
1
-1
/
+5
*
Add char8_t support (C++20)
Jonas Devlieghere
2019-08-21
9
-4
/
+129
*
Generalize FindTypes with CompilerContext to support fuzzy lookup
Adrian Prantl
2019-08-21
19
-71
/
+169
*
[lldb][NFC] Merge multiple TestApropos.py
Raphael Isemann
2019-08-21
2
-26
/
+10
*
[lldb] Add tests for 'settings remove' and fix error message typos
Raphael Isemann
2019-08-21
2
-3
/
+42
*
Recommit "Minidump/Windows: Fix module lookup""
Pavel Labath
2019-08-21
4
-0
/
+69
*
Fix two compiler warnings
Pavel Labath
2019-08-21
2
-1
/
+3
*
[lldb] Add tests for setting completions and enable 'settings remove' completion
Raphael Isemann
2019-08-21
2
-0
/
+20
*
[lldb][NFC] Add tests for register command
Raphael Isemann
2019-08-21
1
-0
/
+13
*
[lldb][NFC] Add tests for invalid command invocations
Raphael Isemann
2019-08-21
6
-0
/
+93
*
Fix an unused variable warning in ClangASTContext.cpp
Pavel Labath
2019-08-21
1
-2
/
+1
*
Properly EXCLUDE_FROM_ALL the testing support library
Pavel Labath
2019-08-21
1
-1
/
+1
*
[Symbol] Remove unused clang headers from Type
Alex Langford
2019-08-21
2
-4
/
+0
*
[NFC] Return llvm::StringRef from StringExtractor::GetStringRef.
Jonas Devlieghere
2019-08-21
9
-81
/
+71
*
[NFC] Remove unused function GetHexWithFixedSize
Jonas Devlieghere
2019-08-21
4
-68
/
+8
*
[NFC] Simplify code
Jonas Devlieghere
2019-08-21
1
-17
/
+13
*
[NFC] Remove lldb_utility namespace.
Jonas Devlieghere
2019-08-21
11
-65
/
+44
*
Update a few tests that may change the platform to save & restore
Jason Molenda
2019-08-21
4
-4
/
+31
*
[Doxygen] Document private class members.
Jonas Devlieghere
2019-08-21
1
-1
/
+1
*
[dotest] Don't set the DWARF version override in CFLAGS_EXTRA.
Jonas Devlieghere
2019-08-20
2
-6
/
+5
*
[NFC] Fix -Wdocumentation warnings in Utility.
Jonas Devlieghere
2019-08-20
7
-80
/
+61
*
[Symbol] Move VerifyDecl to ClangASTContext
Alex Langford
2019-08-20
4
-35
/
+5
*
[LLDB][Test] Remove `skipIfWindows` for conditional breakpoint test (NFC)
Med Ismail Bennani
2019-08-20
1
-8
/
+0
*
[NFC] Update RegularExpression documentation
Jonas Devlieghere
2019-08-20
1
-21
/
+14
*
[Symbol][NFC] Remove references to clang in TypeMap
Alex Langford
2019-08-20
1
-13
/
+0
*
[CMake] Remove LLDB_TEST_USE_CUSTOM_C(XX)_COMPILER
Jonas Devlieghere
2019-08-20
3
-15
/
+4
*
[ClangExpressionParser] Add ClangDeclVendor
Alex Langford
2019-08-20
7
-29
/
+81
*
Make the FindTypes(std::vector<CompilerContext>, ...) API testable in lldb-test
Adrian Prantl
2019-08-20
3
-3
/
+87
*
[lldb] Use the new Regex::isValid() with no parameter
Jan Kratochvil
2019-08-20
1
-4
/
+1
*
Fix build for r369374
Pavel Labath
2019-08-20
1
-0
/
+1
*
Convert minidump unittests to use llvm::yaml::convertYAML
Pavel Labath
2019-08-20
1
-6
/
+7
*
unittests: Use yaml2obj as a library instead of an external process
Pavel Labath
2019-08-20
13
-411
/
+390
*
[cmake] Remove the test for libstdc++<4.9
Pavel Labath
2019-08-20
1
-22
/
+0
*
[lldb][NFC] Test quotes when completing
Raphael Isemann
2019-08-20
1
-0
/
+26
*
[lldb] D66174 `RegularExpression` cleanup
Jan Kratochvil
2019-08-20
14
-71
/
+61
*
[lldb] Fix typo on the BreakpointLocation header and the lldbtest.py (NFC)
Med Ismail Bennani
2019-08-19
3
-17
/
+38
*
Windows: Include "windows" Instead of "Windows"
Saleem Abdulrasool
2019-08-19
5
-5
/
+5
*
Fix use-after-free
Matthias Gehre
2019-08-19
1
-1
/
+1
*
[lldb-vscode] add `launchCommands` to handle launch specific commands
Alex Langford
2019-08-19
4
-19
/
+110
*
[lldb] Make TestIOHandlerCompletion more stable and document it
Raphael Isemann
2019-08-19
1
-1
/
+4
*
[dotest] Add --dwarf-version to override the tested DWARF version.
Jonas Devlieghere
2019-08-19
5
-7
/
+22
*
[lldb][NFC] Stop using GetNumberOfMatches in CompletionRequest test
Raphael Isemann
2019-08-19
1
-14
/
+14
*
[lldb][NFC] Use CompletionRequest in Variable::AutoComplete
Raphael Isemann
2019-08-19
1
-43
/
+32
[prev]
[next]