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
*
Fixing missing lldb-scripts rename from D68370
Antonio Afonso
2019-10-08
1
-1
/
+1
*
[CMake] Add two more uses of add_lldb_test_dependency
Jonas Devlieghere
2019-10-08
3
-11
/
+2
*
[lldb] Reverts part of 61f471a
Haibo Huang
2019-10-08
1
-1
/
+6
*
DWIMy filterspecs for dotest.py
Lawrence D'Anna
2019-10-08
2
-19
/
+29
*
[CMake] Track test dependencies with add_lldb_test_dependency
Jonas Devlieghere
2019-10-08
6
-38
/
+37
*
[CMake] Remove stale comment
Jonas Devlieghere
2019-10-08
1
-2
/
+0
*
[MachO] Fix symbol merging during symtab parsing.
Jonas Devlieghere
2019-10-08
2
-23
/
+754
*
[lldb] Unifying lldb python path
Haibo Huang
2019-10-07
8
-214
/
+49
*
[Symbol] Remove unused method ClangASTContext::GetObjCClassName
Alex Langford
2019-10-07
2
-22
/
+0
*
[CMake] We only want to copy the headers for macOS.
Davide Italiano
2019-10-07
1
-0
/
+2
*
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
[next]