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
*
Move ClangHighlighter.cpp to hopefully better place in Xcode project.
Tim Northover
2018-08-02
1
-2
/
+2
*
Unit test for Symtab::InitNameIndexes
Stefan Granitz
2018-08-02
3
-1
/
+261
*
Added missing highlighter files to XCode project
Raphael Isemann
2018-08-02
1
-0
/
+16
*
[LLDB] Added syntax highlighting support
Raphael Isemann
2018-08-02
31
-8
/
+942
*
Remove unnecessary target from TestCompletion patch
Raphael Isemann
2018-08-01
1
-1
/
+0
*
[DWARFASTParser] Remove special cases for `llvm-gcc`
Davide Italiano
2018-08-01
1
-26
/
+3
*
Fix out-of-bounds read in Stream::PutCStringAsRawHex8
Raphael Isemann
2018-08-01
2
-2
/
+5
*
Fixed documentation for PutHex8 [NFC]
Raphael Isemann
2018-08-01
1
-7
/
+3
*
Remove outdated documentation for Stream's LEB128 methods
Raphael Isemann
2018-08-01
1
-6
/
+0
*
Introduce install-lldb-framework target
Alex Langford
2018-08-01
4
-13
/
+34
*
Don't ignore byte_order in Stream::PutMaxHex64
Raphael Isemann
2018-08-01
2
-3
/
+29
*
[StackFrame] Add doxygen comments to the StackFrameList API (NFC)
Vedant Kumar
2018-08-01
2
-27
/
+53
*
[StackFrame] Use early returns in ResetCurrentInlinedDepth (NFC)
Vedant Kumar
2018-08-01
2
-117
/
+109
*
[StackFrame] Factor GetOnlyConcreteFramesUpTo out of GetFramesUpTo (NFC)
Vedant Kumar
2018-08-01
2
-163
/
+168
*
Removed failing StreamTest case
Raphael Isemann
2018-08-01
1
-6
/
+0
*
Added initial unit test for LLDB's Stream class.
Raphael Isemann
2018-08-01
2
-0
/
+481
*
Android is an environment and we were comparing the android triple
Eric Christopher
2018-07-31
1
-3
/
+3
*
Tidy up comment.
Eric Christopher
2018-07-31
1
-2
/
+2
*
Use UnknownVendor rather than UnknownArch since they're in two different enums
Eric Christopher
2018-07-31
1
-1
/
+1
*
Remove Stream::UnitTest
Raphael Isemann
2018-07-31
2
-47
/
+0
*
Remove unnecessary newlines from break command help text.
Raphael Isemann
2018-07-30
1
-2
/
+2
*
Remove friend class declarations from DWARFUnit and DWARFCompileUnit
Jan Kratochvil
2018-07-29
2
-4
/
+0
*
Add the actually calculated completions to COMPLETION_MSG
Raphael Isemann
2018-07-27
2
-4
/
+5
*
Revert "Stop building liblldb with CMake's framework functionality"
Alex Langford
2018-07-27
6
-55
/
+38
*
Add missing boundary checks to variable completion.
Raphael Isemann
2018-07-27
3
-5
/
+53
*
Fix whitespace in the python test suite.
Raphael Isemann
2018-07-27
63
-153
/
+149
*
Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."
Davide Italiano
2018-07-27
9
-222
/
+0
*
Recommit [DataFormatters] Add formatter for C++17 std::optional.
Davide Italiano
2018-07-27
9
-0
/
+222
*
Stop building liblldb with CMake's framework functionality
Alex Langford
2018-07-27
6
-38
/
+55
*
Narrow the CompletionRequest API to being append-only.
Raphael Isemann
2018-07-27
26
-130
/
+225
*
Add back lldb-framework-headers target
Alex Langford
2018-07-26
1
-0
/
+3
*
Make framework-header-fix process copied headers
Alex Langford
2018-07-26
1
-9
/
+5
*
Fix duplicate suggestions after an ambiguous command
Raphael Isemann
2018-07-26
2
-3
/
+1
*
Don't print two errors for unknown commands.
Raphael Isemann
2018-07-26
3
-27
/
+40
*
Revert "[DataFormatters] Add formatter for C++17 std::optional."
Davide Italiano
2018-07-25
4
-178
/
+0
*
[DataFormatters] Add formatter for C++17 std::optional.
Davide Italiano
2018-07-25
4
-0
/
+178
*
[ProcessGDBRemote] handle result from ConnectToDebugserver
Jonas Devlieghere
2018-07-25
1
-1
/
+1
*
Use LLVM's new ItaniumPartialDemangler in LLDB
Stefan Granitz
2018-07-25
5
-46
/
+59
*
Fix PythonString::GetString for >=python-3.7
Pavel Labath
2018-07-25
1
-3
/
+5
*
Add unit tests for VMRange
Raphael Isemann
2018-07-24
2
-0
/
+153
*
Add DumpRegisterValue.cpp.
Jason Molenda
2018-07-24
1
-4
/
+4
*
Remove unused History class
Raphael Isemann
2018-07-24
4
-163
/
+0
*
Move dumping code out of RegisterValue class
Pavel Labath
2018-07-24
11
-77
/
+128
*
Reimplement EventDataBytes::Dump to avoid DumpDataExtractor
Pavel Labath
2018-07-24
3
-9
/
+33
*
Added unit test for StreamTee
Raphael Isemann
2018-07-24
3
-0
/
+202
*
Change sort-pbxproj.rb to find the project.pbxproj in the
Jason Molenda
2018-07-23
1
-8
/
+18
*
Fix Xcode project for unit tests.
Greg Clayton
2018-07-23
1
-4
/
+0
*
[cmake] Remove unused ${LLDB_PLUGINS} dependency from our Objective-C++ CMake...
Raphael Isemann
2018-07-23
2
-2
/
+0
*
[NFC] Minor code refactoring.
Raphael Isemann
2018-07-23
1
-4
/
+1
*
Add support for parsing Breakpad minidump files that can have extra padding i...
Greg Clayton
2018-07-23
9
-3
/
+96
[next]