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
*
Windows: explicitly cast constants to `DWORD`
Saleem Abdulrasool
2019-08-23
1
-2
/
+2
*
[Symbol] Decouple clang from DeclVendor
Alex Langford
2019-08-23
10
-10
/
+69
*
[LLDB] Address post-commit code review feedback.
Jonas Devlieghere
2019-08-23
2
-4
/
+2
*
Add missing dot.
Adrian Prantl
2019-08-22
1
-1
/
+1
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
27
-198
/
+219
*
TestAppleSimulatorOSType: Pass the --standalone argument to simctl
Frederic Riss
2019-08-22
1
-1
/
+1
*
Revert [heap.py] Add missing declaration for malloc_get_all_zones
Vedant Kumar
2019-08-22
1
-1
/
+0
*
Revert Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
25
-201
/
+198
*
Rename lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp to
Adrian Prantl
2019-08-22
2
-1
/
+1
*
Rename lldb/source/Interpreter/OptionValueFileSpecLIst.cpp to
Adrian Prantl
2019-08-22
2
-2
/
+2
*
Add missing include
Adrian Prantl
2019-08-22
1
-0
/
+1
*
Add missing include
Adrian Prantl
2019-08-22
1
-0
/
+1
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
25
-198
/
+201
*
[heap.py] Add missing declaration for malloc_get_all_zones
Vedant Kumar
2019-08-22
1
-0
/
+1
*
Remove redundant curly braces.
Adrian Prantl
2019-08-22
2
-3
/
+3
*
Doxygenify comments.
Adrian Prantl
2019-08-22
1
-279
/
+297
*
[lldb] Remove ')' to fix the build
Raphael Isemann
2019-08-22
1
-1
/
+1
*
[lldb] Fix `TestDataFormatterStdList` regression
Jan Kratochvil
2019-08-22
1
-7
/
+13
*
[lldb][NFC] Fix indentation in CommandObjectProcess
Raphael Isemann
2019-08-22
1
-9
/
+9
*
[lldb][NFC] Add test for target stop-hook disable/enable/delete
Raphael Isemann
2019-08-22
1
-5
/
+28
*
[lldb][NFC] Remove unused return value from HandleOptionArgumentCompletion
Raphael Isemann
2019-08-22
4
-24
/
+12
*
[lldb][NFC] NFC cleanup for the completion code
Raphael Isemann
2019-08-22
8
-121
/
+121
*
[lldb][NFC] Remove dead code that is supposed to handle invalid command options
Raphael Isemann
2019-08-22
27
-217
/
+82
*
[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
[next]