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
/
source
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Refactoring std::function formatter to move core functionality into CPPLangua...
Shafik Yaghmour
2018-09-11
1
-0
/
+224
*
NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.
Jim Ingham
2018-09-07
1
-2
/
+2
*
Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.
Adrian Prantl
2018-08-30
1
-3
/
+3
*
Don't cancel the current IOHandler when we push a handler for an utility func...
Raphael Isemann
2018-08-29
1
-1
/
+15
*
Respect platform sysroot when loading core files
Pavel Labath
2018-08-28
1
-10
/
+29
*
[StackFrame] Add more clarifying comments to StackFrameList (NFC)
Vedant Kumar
2018-08-07
1
-3
/
+3
*
Misc module/dwarf logging improvements
Leonard Mosescu
2018-08-07
1
-3
/
+3
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
12
-13
/
+13
*
Add support for ARM and ARM64 breakpad generated minidump files (version 2).
Greg Clayton
2018-08-06
1
-1
/
+21
*
Revert "Add support for ARM and ARM64 breakpad generated minidump files"
Pavel Labath
2018-08-03
1
-21
/
+1
*
Add support for ARM and ARM64 breakpad generated minidump files
Greg Clayton
2018-08-02
1
-1
/
+21
*
[LLDB] Added syntax highlighting support
Raphael Isemann
2018-08-02
1
-0
/
+32
*
[StackFrame] Add doxygen comments to the StackFrameList API (NFC)
Vedant Kumar
2018-08-01
1
-19
/
+1
*
[StackFrame] Use early returns in ResetCurrentInlinedDepth (NFC)
Vedant Kumar
2018-08-01
1
-116
/
+108
*
[StackFrame] Factor GetOnlyConcreteFramesUpTo out of GetFramesUpTo (NFC)
Vedant Kumar
2018-08-01
1
-163
/
+166
*
Move dumping code out of RegisterValue class
Pavel Labath
2018-07-24
2
-2
/
+6
*
Add a way to load an image using a library name and list of paths.
Jim Ingham
2018-06-28
1
-5
/
+24
*
Add missing constness.
Tatyana Krasnukha
2018-06-27
2
-2
/
+2
*
The Process class ivar ivar was changed to a weak pointer, but was still _sp.
Jim Ingham
2018-06-26
1
-2
/
+2
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
5
-31
/
+31
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-39
/
+22
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
3
-5
/
+7
*
Fix/unify the spelling of Objective-C.
Adrian Prantl
2018-06-13
1
-1
/
+1
*
[lldb, process] Fix occasional hang when launching a process in LLDB
Stella Stamenova
2018-06-01
1
-2
/
+4
*
[lldb-test] Add a testing harness for the JIT's IRMemoryMap
Vedant Kumar
2018-05-30
1
-1
/
+3
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-2
/
+2
*
Fix format string
Benjamin Kramer
2018-05-25
1
-1
/
+1
*
pc's should be printed in hex...
Jim Ingham
2018-05-24
1
-1
/
+1
*
Normalize some lldb #include statements.
James Y Knight
2018-05-22
1
-2
/
+0
*
Work around some odd instruction single-step behavior on macOS.
Jim Ingham
2018-05-22
1
-21
/
+47
*
Fix PathMappingList for relative and empty paths after recent FileSpec normal...
Greg Clayton
2018-05-21
2
-47
/
+57
*
Reapply "Remove Process references from the Host module"
Pavel Labath
2018-05-15
1
-0
/
+7
*
Revert "Remove Process references from the Host module"
Pavel Labath
2018-05-14
1
-7
/
+0
*
Remove Process references from the Host module
Pavel Labath
2018-05-14
1
-0
/
+7
*
Add a lock to PlatformPOSIX::DoLoadImage
Frederic Riss
2018-05-11
1
-7
/
+5
*
Convert all RunShellCommand functions to use the Timeout class
Pavel Labath
2018-05-10
1
-4
/
+2
*
Modernize and clean-up the Predicate class
Pavel Labath
2018-05-09
1
-8
/
+12
*
Fix "file ./a.out" and file "../a.out" so that is works after recent FileSpec...
Greg Clayton
2018-05-07
1
-10
/
+6
*
Remove the timed_out out-argument from Predicate::WaitForValueEqualTo
Pavel Labath
2018-05-03
1
-3
/
+2
*
Refactor GetNextPersistentVariableName into a non-virtual method
Adrian Prantl
2018-04-30
1
-2
/
+4
*
Move the persistent variable counter into Target
Adrian Prantl
2018-04-30
1
-2
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
37
-1508
/
+1209
*
Fix a thinko in the iteration over StructuredDataPlugin Create functions.
Jim Ingham
2018-04-27
1
-3
/
+8
*
Change PlatformPosix::DoLoadImage to use a UtilityFunction.
Jim Ingham
2018-04-17
1
-0
/
+13
*
[Command] Implement `statistics` command.
Davide Italiano
2018-04-13
1
-7
/
+8
*
Re-land "Don't assume backing thread shares protocol ID."
Jonas Devlieghere
2018-04-13
1
-0
/
+14
*
Revert "Don't assume backing thread shares protocol ID."
Jonas Devlieghere
2018-04-12
1
-14
/
+0
*
Don't assume backing thread shares protocol ID.
Jonas Devlieghere
2018-04-12
1
-0
/
+14
[next]