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
...
*
[CMake] Update CMAKE_OSX_DEPLOYMENT_TARGET to 10.12.
Jonas Devlieghere
2019-08-18
1
-1
/
+1
*
[lldb][NFC] Remove unused MaterializeInitializer and MaterializeInternalVariable
Raphael Isemann
2019-08-17
2
-86
/
+0
*
Simplify code (NFC).
Adrian Prantl
2019-08-17
1
-22
/
+19
*
[Utility] Reimplement RegularExpression on top of llvm::Regex
Jonas Devlieghere
2019-08-16
28
-468
/
+275
*
[lldb][NFC] Allow for-ranges on StringList
Raphael Isemann
2019-08-16
11
-32
/
+48
*
[lldb-server] Disable a test on Windows until it can be fixed
Aaron Smith
2019-08-16
1
-0
/
+4
*
[DebugLine] Don't try to guess the path style
Jonas Devlieghere
2019-08-15
1
-17
/
+12
*
Stop-hooks weren't getting called on step-out. Fix that.
Jim Ingham
2019-08-15
6
-4
/
+85
*
Change test to use uint64_t to support compiling for 32-bit architectures.
Adrian Prantl
2019-08-15
1
-2
/
+2
*
[lldb][NFC] Refactor remaining completion logic to use CompletionRequests
Raphael Isemann
2019-08-15
10
-92
/
+89
*
[lldb] Let LLDB depend on intrinsics_gen to fix non-deterministic module buil...
Raphael Isemann
2019-08-15
1
-0
/
+9
*
Fix variable mismatch between signature and body
Jonas Devlieghere
2019-08-15
1
-3
/
+3
*
[NFC] Fix documentation for some utility classes.
Jonas Devlieghere
2019-08-15
3
-32
/
+25
*
Improve anonymous class heuristic in ClangASTContext::CreateRecordType
Shafik Yaghmour
2019-08-14
5
-14
/
+49
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
63
-110
/
+110
*
Revert "[lldb] Reinstate original guard variable check"
Raphael Isemann
2019-08-14
1
-5
/
+9
*
[lldb][NFC] Remove unused function
Jordan Rupprecht
2019-08-14
1
-5
/
+0
*
[DebugLine] Improve path handling.
Jonas Devlieghere
2019-08-14
1
-12
/
+11
*
Add missing NativeProcessFactory for lldb-server on Windows
Aaron Smith
2019-08-14
1
-0
/
+4
*
Add missing SetID method to fix Windows build
Aaron Smith
2019-08-14
1
-0
/
+2
*
Revert "Minidump/Windows: Fix module lookup"
Pavel Labath
2019-08-14
4
-69
/
+0
*
[API] Have SBCommandReturnObject::GetOutput/Error return "" instead of nullptr
Pavel Labath
2019-08-14
3
-9
/
+21
*
[lldb] Reinstate original guard variable check
Raphael Isemann
2019-08-14
1
-9
/
+5
*
Fix warning: suggest braces around initialization of subobject
Jonas Devlieghere
2019-08-14
1
-5
/
+7
*
Update Python tests for lldb-server on Windows
Aaron Smith
2019-08-14
17
-17
/
+87
*
Enable lldb-server on Windows
Aaron Smith
2019-08-13
6
-4
/
+34
*
[DebugLine] Be more robust in geussing the path style
Jonas Devlieghere
2019-08-13
1
-3
/
+9
*
Initial support for native debugging of x86/x64 Windows processes
Aaron Smith
2019-08-13
25
-9
/
+2916
*
[DWARF] Guess the path style
Jonas Devlieghere
2019-08-13
1
-2
/
+6
*
[DWARF} Use LLVM's debug line parser in LLDB.
Jonas Devlieghere
2019-08-13
7
-1210
/
+187
*
[Symbol] Decouple clang from CompilerType
Alex Langford
2019-08-13
11
-494
/
+584
*
[lldb] Fix Microsoft guard variable detection
Raphael Isemann
2019-08-13
1
-1
/
+1
*
[lldb] Reland "Refactor guard variable checks in IRForTarget"
Raphael Isemann
2019-08-13
1
-14
/
+19
*
[lldb][NFC] Add basic IOHandler completion test
Raphael Isemann
2019-08-13
2
-0
/
+63
*
[Symbol] Remove redundant include
Alex Langford
2019-08-13
1
-1
/
+0
*
[CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.
Davide Italiano
2019-08-12
7
-9
/
+12
*
Revert "[lldb] Refactor guard variable checks in IRForTarget"
Stella Stamenova
2019-08-12
1
-12
/
+12
*
Revert "[lldb] Fix dynamic_cast by no longer failing on variable without meta...
Stella Stamenova
2019-08-12
6
-66
/
+7
*
[Symbol] GetTypeBitAlign() should return None in case of failure.
Davide Italiano
2019-08-12
7
-17
/
+28
*
[lldb][NFC] Minor fixes for lldb_private::DiagnosticManager
Raphael Isemann
2019-08-12
1
-4
/
+2
*
[lldb] Remove undocumented return value from DiagnosticManager::PutString
Raphael Isemann
2019-08-12
2
-5
/
+4
*
[lldb][NFC] Add unit test for lldb_private::DiagnosticManager
Raphael Isemann
2019-08-12
2
-0
/
+195
*
[lldb] Fix dynamic_cast by no longer failing on variable without metadata
Raphael Isemann
2019-08-10
6
-7
/
+66
*
Small format fix
Haibo Huang
2019-08-09
1
-1
/
+1
*
Detects whether RESOURCE_TYPE_IO is defined.
Haibo Huang
2019-08-09
1
-0
/
+3
*
[lldb][NFC] Assert on invalid cursors positions when creating CompletionRequest
Raphael Isemann
2019-08-09
1
-0
/
+1
*
[lldb][NFC] Remove unused IRForTarget::BuildRelocation
Raphael Isemann
2019-08-09
2
-36
/
+0
*
[lldb][NFC] Unify InstrList typedef in IRForTarget
Raphael Isemann
2019-08-09
1
-6
/
+2
*
[lldb][NFC] Fix warning about missing switch cases
Raphael Isemann
2019-08-09
1
-0
/
+14
*
[lldb] Refactor guard variable checks in IRForTarget
Raphael Isemann
2019-08-09
1
-12
/
+12
[prev]
[next]