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] Add lli to LLDB_TEST_DEPS
Fangrui Song
2019-05-13
1
-0
/
+1
*
Fix file names in file headers. NFC
Fangrui Song
2019-05-13
41
-43
/
+43
*
[Breakpoint] Make breakpoint language agnostic
Alex Langford
2019-05-11
5
-59
/
+76
*
Change the disabling of packet logging to be in TearDownHook lambdas.
Jason Molenda
2019-05-10
4
-12
/
+9
*
Ted pointed out that some of test tests that are enabling packet
Jason Molenda
2019-05-10
4
-7
/
+17
*
Finish renaming CompileUnit -> Unit
Jan Kratochvil
2019-05-10
12
-93
/
+85
*
minidump: Don't eagerly resolve module paths read from the minidump
Pavel Labath
2019-05-10
3
-2
/
+29
*
[lldb] [lit] Fix clobbers in x86_64 register test
Michal Gorny
2019-05-10
1
-2
/
+2
*
Minidump: use ThreadList parsing code from llvm/Object
Pavel Labath
2019-05-10
9
-105
/
+50
*
FuncUnwinders: Add a new "SymbolFile" unwind plan
Pavel Labath
2019-05-10
7
-3
/
+71
*
Revert "Disable the step over skipping calls feature since buildbots are not ...
Pavel Labath
2019-05-10
3
-4
/
+2
*
[Docs] Fix table formatting in Pytho reference
Jonas Devlieghere
2019-05-10
1
-98
/
+98
*
Disable the step over skipping calls feature since buildbots are not happy.
Greg Clayton
2019-05-10
1
-2
/
+2
*
[Docs] Port python reference page
Jonas Devlieghere
2019-05-09
2
-0
/
+823
*
Improve step over performance by not stopping at branches that are function c...
Greg Clayton
2019-05-09
5
-10
/
+38
*
Fix TestVSCode_attach on Linux
Stella Stamenova
2019-05-09
1
-4
/
+7
*
Use UNSUPPORTED: system-windows instead of REQUIRES: nowindows or UNSUPPORTED...
Stella Stamenova
2019-05-09
1
-1
/
+1
*
[lldb] build.py: fix behavior when passing --compiler=/path/to/compiler
Jorge Gorbe Moya
2019-05-09
2
-6
/
+16
*
[JITLoaderGDB] Set eTypeJIT for objects read from JIT descriptors
Stefan Granitz
2019-05-09
5
-2
/
+20
*
Fix up lldb after clang r360311.
Richard Smith
2019-05-09
1
-2
/
+6
*
Fix the output file dependency for Options.inc.
Jim Ingham
2019-05-09
1
-1
/
+1
*
[Reproducers] Fix reproducer unittest
Jonas Devlieghere
2019-05-08
1
-1
/
+3
*
Fix bug in ArchSpec::MergeFrom
Greg Clayton
2019-05-08
2
-1
/
+27
*
[Reproducers] Flush files to disk periodically
Jonas Devlieghere
2019-05-08
2
-1
/
+4
*
[Reproducers] Fix unitialized pointer
Jonas Devlieghere
2019-05-08
1
-1
/
+1
*
[Docs] list command: lldb run <args>
Jonas Devlieghere
2019-05-08
1
-0
/
+2
*
[DWARF] Centralize user_id <-> DWARFDIE conversions
Pavel Labath
2019-05-08
6
-114
/
+55
*
[Docs] Fix incorrect heading and update titles.
Jonas Devlieghere
2019-05-08
3
-9
/
+9
*
[Docs] Re-order homepage: Download -> Build -> Test
Jonas Devlieghere
2019-05-08
2
-14
/
+17
*
Propagate command interpreter errors from lldlbinit
Jonas Devlieghere
2019-05-08
11
-8
/
+48
*
[Docs] Add timestamp
Jonas Devlieghere
2019-05-07
1
-1
/
+1
*
[Expression] Remove unused dependency
Alex Langford
2019-05-07
3
-4
/
+1
*
[Core] Remove unused dependencies
Alex Langford
2019-05-07
1
-2
/
+0
*
Disable eh-frame-dwarf-unwind.test on windows
Pavel Labath
2019-05-07
1
-0
/
+1
*
[Host] Clean up dependencies of HostMacOSXObjCXX
Alex Langford
2019-05-07
1
-4
/
+0
*
[Driver] Add command line option to allow loading local lldbinit file.
Jonas Devlieghere
2019-05-07
3
-2
/
+13
*
Fixup r360161
Pavel Labath
2019-05-07
2
-3
/
+1
*
Make eh-frame-dwarf-unwind.test run on non-linux platforms
Pavel Labath
2019-05-07
3
-17
/
+10
*
PostfixExpression: Use signed integers in IntegerNode
Pavel Labath
2019-05-07
4
-16
/
+17
*
Added missing files from 360071.
Greg Clayton
2019-05-07
3
-0
/
+1179
*
RegisterContextLLDB: Push CFA value on DWARF stack when evaluating register e...
Pavel Labath
2019-05-07
3
-1
/
+74
*
[lldb] [lit] Update constants in write Register tests
Michal Gorny
2019-05-07
8
-256
/
+256
*
[lldb] [lit] Fix Register tests to reference arrays via %0 and %1
Michal Gorny
2019-05-07
8
-189
/
+180
*
[lldb] Add MacroQualified switch cases for r360109
Krasimir Georgiev
2019-05-07
1
-0
/
+6
*
[Breakpoint] Remove unused dependency
Alex Langford
2019-05-07
2
-2
/
+0
*
[Docs] Add remote.html redirect
Jonas Devlieghere
2019-05-06
1
-7
/
+8
*
[CMake] Remove lldbPluginSymbolVendorMacOSX to fix CMake build
Jonas Devlieghere
2019-05-06
1
-1
/
+0
*
[CMake] Remove inlined-functions.yaml
Jonas Devlieghere
2019-05-06
1
-1
/
+0
*
[Driver] Change the way we deal with local lldbinit files.
Jonas Devlieghere
2019-05-06
6
-65
/
+30
*
Fix the cmake build by removing non-existant source file
Reid Kleckner
2019-05-06
1
-1
/
+0
[next]