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-mi] Fix hanging of target-select-so-path.test
Alexander Polyakov
2018-09-24
1
-13
/
+21
*
Add NativeProcessProtocol unit tests
Pavel Labath
2018-09-24
2
-0
/
+156
*
Change type of m_user_expression_start_pos to size_t
Raphael Isemann
2018-09-22
2
-2
/
+2
*
Move architecture-specific address adjustment to architecture plugins
Tatyana Krasnukha
2018-09-21
8
-236
/
+393
*
build: add libedit to include paths
Tatyana Krasnukha
2018-09-21
3
-0
/
+12
*
Add dependency on llc required by find-variable-dwo test
Tatyana Krasnukha
2018-09-21
1
-0
/
+1
*
Skip test if gcc version is less than 7.1 since it doesn't support -gcolumn-i...
Tatyana Krasnukha
2018-09-21
1
-0
/
+4
*
[lldbtest] Fix self.filecheck check file lookup
Vedant Kumar
2018-09-20
1
-10
/
+11
*
Replace boolean parameter with enum value according r342633
Tatyana Krasnukha
2018-09-20
1
-1
/
+1
*
Refactor FindVariable() core functionality into StackFrame out of SBFrame
Shafik Yaghmour
2018-09-20
3
-20
/
+52
*
[target] Change target create's behavior wrt loading dependent files.
Jonas Devlieghere
2018-09-20
6
-12
/
+224
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
25
-64
/
+88
*
[DataFormatters] Add formatter for C++17 std::variant
Shafik Yaghmour
2018-09-19
9
-0
/
+458
*
Allow use of self.filecheck in LLDB tests (c.f self.expect)
Vedant Kumar
2018-09-18
9
-70
/
+137
*
Revert "[DataFormatters] Add formatter for C++17 std::variant"
Shafik Yaghmour
2018-09-17
9
-475
/
+0
*
[DataFormatters] Add formatter for C++17 std::variant
Shafik Yaghmour
2018-09-17
9
-0
/
+475
*
Add docs for scripted breakpoint resolvers
Jim Ingham
2018-09-17
1
-0
/
+189
*
Revert "[IRInterpreter] Minor cleanups, add comments. NFCI."
Davide Italiano
2018-09-17
1
-3
/
+7
*
Add descriptions to completed expressions
Raphael Isemann
2018-09-17
2
-8
/
+65
*
[lldb-mi] Correct regex in the symbol-list-lines test
Alexander Polyakov
2018-09-15
1
-2
/
+2
*
[IRInterpreter] Minor cleanups, add comments. NFCI.
Davide Italiano
2018-09-14
1
-7
/
+3
*
Fix lldb-vscode README.md
Alex Langford
2018-09-14
1
-8
/
+8
*
[IRInterpreter] Fall back to JIT with 128-bit values.
Davide Italiano
2018-09-14
4
-0
/
+27
*
Make the eSearchDepthFunction searches work, add tests
Jim Ingham
2018-09-14
4
-10
/
+80
*
[PDB] Use the raw PDB symbol interface more accurately
Aleksandr Urakov
2018-09-14
1
-13
/
+39
*
svn add the new files...
Jim Ingham
2018-09-13
7
-0
/
+532
*
Remember to sort the Xcode project file. NFC.
Jim Ingham
2018-09-13
1
-2612
/
+2612
*
Add a "scripted" breakpoint type to lldb.
Jim Ingham
2018-09-13
27
-2633
/
+3257
*
Add support for descriptions with command completions.
Raphael Isemann
2018-09-13
18
-106
/
+424
*
NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base class
Pavel Labath
2018-09-13
6
-26
/
+11
*
[LLDB] - Improved DWARF5 support.
George Rimar
2018-09-13
18
-81
/
+393
*
[DWARFExpression] Read literars as unsigned values.
Jonas Devlieghere
2018-09-13
4
-1
/
+82
*
Remove byte counting from SourceManager [NFC]
Raphael Isemann
2018-09-13
1
-10
/
+10
*
Commit my attempt to test the change to ProcessGDBRemote
Jason Molenda
2018-09-12
2
-0
/
+52
*
Do not create new terminals when launching process on Windows with --no-stdio
David Bolvansky
2018-09-12
1
-0
/
+3
*
If we fail to get an armv7em-- disassembler from llvm, skip the
Jason Molenda
2018-09-12
1
-1
/
+4
*
Add compatibility version to liblldb in framework builds
Alex Langford
2018-09-12
1
-0
/
+1
*
Fix two issues in PDBASTParser
Pavel Labath
2018-09-12
1
-17
/
+16
*
Move SafeMachO from Utility to Host
Pavel Labath
2018-09-12
16
-17
/
+10
*
Remove another unused mislayered include.
Benjamin Kramer
2018-09-12
1
-1
/
+0
*
Remove unused include that's also a layering violation.
Benjamin Kramer
2018-09-12
1
-1
/
+0
*
Remove manual byte counting from internal Stream methods.
Raphael Isemann
2018-09-12
2
-36
/
+61
*
Add a basic test for 'memory region'
Raphael Isemann
2018-09-12
3
-0
/
+73
*
Reduce alignment on struct XSAVE, fixing a gcc warning
Pavel Labath
2018-09-12
1
-1
/
+1
*
[MIPS] Fix signed overflow in DADDIU emulation
Vedant Kumar
2018-09-11
1
-1
/
+12
*
Refactoring std::function formatter to move core functionality into CPPLangua...
Shafik Yaghmour
2018-09-11
3
-197
/
+269
*
Remove undefined behavior around the use of StateType
Shafik Yaghmour
2018-09-11
3
-3
/
+34
*
[PDB] Fix problems after rL341782
Aleksandr Urakov
2018-09-11
4
-6
/
+54
*
Print the correct error when our DynamicCheckerFunctions fail to install
Raphael Isemann
2018-09-11
1
-2
/
+2
*
[NFC] Fix compiler warning in TestArmv7Disassembly.cpp
Raphael Isemann
2018-09-11
1
-1
/
+1
[next]