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
...
*
Mark constructor as default and remove implementation (NFC)
Adrian Prantl
2019-10-07
2
-3
/
+1
*
[debugserver] Include the correct header.
Davide Italiano
2019-10-07
1
-1
/
+1
*
[test] Rename `Modules` to `ObjectFile` (NFC)
Jonas Devlieghere
2019-10-07
62
-0
/
+0
*
[MachO] Shuffle some things around in ParseSymtab (NFC)
Jonas Devlieghere
2019-10-07
1
-5
/
+4
*
[gdb-remote] process properly effective uid
Walter Erquinigo
2019-10-07
2
-3
/
+7
*
[platform process list] add a flag for showing the processes of all users
Walter Erquinigo
2019-10-07
5
-4
/
+68
*
[DWARFASTParserClang] Factor out structure-like type parsing, NFC
Vedant Kumar
2019-10-07
4
-432
/
+473
*
[DWARFASTParserClang] Delete commented-out typedef, NFC
Vedant Kumar
2019-10-07
1
-18
/
+19
*
ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...
Pavel Labath
2019-10-07
2
-1
/
+18
*
[lldb][ELF] Read symbols from .gnu_debugdata sect.
Konrad Kleine
2019-10-07
15
-8
/
+481
*
Do not install lit-cpuid
Sylvestre Ledru
2019-10-05
1
-1
/
+1
*
[MachO] Reduce indentation further in ParseSymtab (NFC)
Jonas Devlieghere
2019-10-04
1
-176
/
+177
*
[test] Run TestLaunchWithShellExpand with /bin/sh on POSIX.
Jonas Devlieghere
2019-10-04
1
-0
/
+4
*
[MachO] Move nlist parsing into helper function (NFC)
Jonas Devlieghere
2019-10-04
1
-21
/
+14
*
[debugserver] Don't link against Cocoa, it's not needed.
Davide Italiano
2019-10-04
1
-2
/
+0
*
Expand on the qfProcessInfo documentation, add examples from
Jason Molenda
2019-10-04
1
-4
/
+33
*
[lldb] [testsuite] Mark TestSBCommandReturnObject as failing on Windows
Jan Kratochvil
2019-10-04
1
-0
/
+3
*
[Host] Return status directly from RunShellCommand
Jonas Devlieghere
2019-10-04
2
-8
/
+4
*
[MachO] Add early returns to save some indentation.
Jonas Devlieghere
2019-10-04
1
-2828
/
+2776
*
[MachO] Reformat before making changes to this file (NFC)
Jonas Devlieghere
2019-10-04
1
-200
/
+206
*
[Host] Don't discard return value from RunShellCommand
Jonas Devlieghere
2019-10-04
2
-5
/
+16
*
[lldb] Fix crash on SBCommandReturnObject & assignment
Jan Kratochvil
2019-10-04
7
-92
/
+152
*
Componentize lldb/scripts to use with LLVM_DISTRIBUTION_COMPONENTS
Antonio Afonso
2019-10-04
1
-1
/
+10
*
[process info] Remove assert in DoGetGroupName
Walter Erquinigo
2019-10-04
1
-3
/
+1
*
[lldb-server/android] Show more processes and package name when necessary
Walter Erquinigo
2019-10-04
1
-34
/
+45
*
[lldb] [cmake] Support linking against clang-cpp dylib
Michal Gorny
2019-10-04
12
-27
/
+50
*
[lldb] Get the TargetAPI lock in SBProcess::IsInstrumentationRuntimePresent
Raphael Isemann
2019-10-04
1
-0
/
+3
*
[lldb] Fix that 'ninja clean' breaks the build by deleting debugserver_vers.c
Raphael Isemann
2019-10-04
1
-1
/
+0
*
[lldb] Fix -Wreorder-ctor in r373673
Sam McCall
2019-10-04
1
-13
/
+12
*
[lldb] Fix typo in r373675
Sam McCall
2019-10-04
1
-1
/
+1
*
[lldb][modern-type-lookup] No longer import temporary declarations into the p...
Raphael Isemann
2019-10-04
3
-98
/
+22
*
Revert "Explicitly set entry point arch when it's thumb"
Antonio Afonso
2019-10-04
3
-179
/
+0
*
[Python] Remove unused variable
Jonas Devlieghere
2019-10-04
1
-1
/
+0
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-2
/
+2
*
Explicitly set entry point arch when it's thumb
Antonio Afonso
2019-10-04
3
-0
/
+179
*
Python3 doesn't seem to allow you to tell whether an object is a class
Jim Ingham
2019-10-03
3
-5
/
+2
*
Forgot to change the header guards on OptionGroupPythonClassWithDict.
Jim Ingham
2019-10-03
2
-4
/
+5
*
Pass an SBStructuredData to scripted ThreadPlans on use.
Jim Ingham
2019-10-03
22
-137
/
+336
*
Break out the Python class & key/value options into a separate OptionGroup.
Jim Ingham
2019-10-03
8
-41
/
+224
*
[process list] make the TRIPLE column wider
Walter Erquinigo
2019-10-03
2
-14
/
+16
*
[lldb] Remove unused variables.
Haibo Huang
2019-10-03
1
-5
/
+0
*
[lldb] Calculate relative path for symbol links
Haibo Huang
2019-10-03
1
-17
/
+4
*
[test] Disable TestCustomShell on Linux
Jonas Devlieghere
2019-10-03
1
-0
/
+4
*
[JSON] Don't wrap json::Array in a value (NFC)
Jonas Devlieghere
2019-10-03
1
-3
/
+3
*
[Host] Return the user's shell from GetDefaultShell
Jonas Devlieghere
2019-10-03
3
-9
/
+34
*
"Fix" TestFileHandle.py on non-darwin platforms
Pavel Labath
2019-10-03
1
-0
/
+8
*
Fix a use-after-free in GDBRemoteCommunicationServerLLGS
Pavel Labath
2019-10-03
1
-1
/
+2
*
factor out an abstract base class for File
Lawrence D'Anna
2019-10-03
17
-262
/
+367
*
SBDebugger::SetInputFile, SetOutputFile, etc.
Lawrence D'Anna
2019-10-03
9
-35
/
+275
*
new api class: SBFile
Lawrence D'Anna
2019-10-03
16
-25
/
+428
[prev]
[next]