summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fixing missing lldb-scripts rename from D68370Antonio Afonso2019-10-081-1/+1
* [CMake] Add two more uses of add_lldb_test_dependencyJonas Devlieghere2019-10-083-11/+2
* [lldb] Reverts part of 61f471aHaibo Huang2019-10-081-1/+6
* DWIMy filterspecs for dotest.pyLawrence D'Anna2019-10-082-19/+29
* [CMake] Track test dependencies with add_lldb_test_dependencyJonas Devlieghere2019-10-086-38/+37
* [CMake] Remove stale commentJonas Devlieghere2019-10-081-2/+0
* [MachO] Fix symbol merging during symtab parsing.Jonas Devlieghere2019-10-082-23/+754
* [lldb] Unifying lldb python pathHaibo Huang2019-10-078-214/+49
* [Symbol] Remove unused method ClangASTContext::GetObjCClassNameAlex Langford2019-10-072-22/+0
* [CMake] We only want to copy the headers for macOS.Davide Italiano2019-10-071-0/+2
* Mark constructor as default and remove implementation (NFC)Adrian Prantl2019-10-072-3/+1
* [debugserver] Include the correct header.Davide Italiano2019-10-071-1/+1
* [test] Rename `Modules` to `ObjectFile` (NFC)Jonas Devlieghere2019-10-0762-0/+0
* [MachO] Shuffle some things around in ParseSymtab (NFC)Jonas Devlieghere2019-10-071-5/+4
* [gdb-remote] process properly effective uidWalter Erquinigo2019-10-072-3/+7
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-075-4/+68
* [DWARFASTParserClang] Factor out structure-like type parsing, NFCVedant Kumar2019-10-074-432/+473
* [DWARFASTParserClang] Delete commented-out typedef, NFCVedant Kumar2019-10-071-18/+19
* ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...Pavel Labath2019-10-072-1/+18
* [lldb][ELF] Read symbols from .gnu_debugdata sect.Konrad Kleine2019-10-0715-8/+481
* Do not install lit-cpuidSylvestre Ledru2019-10-051-1/+1
* [MachO] Reduce indentation further in ParseSymtab (NFC)Jonas Devlieghere2019-10-041-176/+177
* [test] Run TestLaunchWithShellExpand with /bin/sh on POSIX.Jonas Devlieghere2019-10-041-0/+4
* [MachO] Move nlist parsing into helper function (NFC)Jonas Devlieghere2019-10-041-21/+14
* [debugserver] Don't link against Cocoa, it's not needed.Davide Italiano2019-10-041-2/+0
* Expand on the qfProcessInfo documentation, add examples fromJason Molenda2019-10-041-4/+33
* [lldb] [testsuite] Mark TestSBCommandReturnObject as failing on WindowsJan Kratochvil2019-10-041-0/+3
* [Host] Return status directly from RunShellCommandJonas Devlieghere2019-10-042-8/+4
* [MachO] Add early returns to save some indentation.Jonas Devlieghere2019-10-041-2828/+2776
* [MachO] Reformat before making changes to this file (NFC)Jonas Devlieghere2019-10-041-200/+206
* [Host] Don't discard return value from RunShellCommandJonas Devlieghere2019-10-042-5/+16
* [lldb] Fix crash on SBCommandReturnObject & assignmentJan Kratochvil2019-10-047-92/+152
* Componentize lldb/scripts to use with LLVM_DISTRIBUTION_COMPONENTSAntonio Afonso2019-10-041-1/+10
* [process info] Remove assert in DoGetGroupNameWalter Erquinigo2019-10-041-3/+1
* [lldb-server/android] Show more processes and package name when necessaryWalter Erquinigo2019-10-041-34/+45
* [lldb] [cmake] Support linking against clang-cpp dylibMichal Gorny2019-10-0412-27/+50
* [lldb] Get the TargetAPI lock in SBProcess::IsInstrumentationRuntimePresentRaphael Isemann2019-10-041-0/+3
* [lldb] Fix that 'ninja clean' breaks the build by deleting debugserver_vers.cRaphael Isemann2019-10-041-1/+0
* [lldb] Fix -Wreorder-ctor in r373673Sam McCall2019-10-041-13/+12
* [lldb] Fix typo in r373675Sam McCall2019-10-041-1/+1
* [lldb][modern-type-lookup] No longer import temporary declarations into the p...Raphael Isemann2019-10-043-98/+22
* Revert "Explicitly set entry point arch when it's thumb"Antonio Afonso2019-10-043-179/+0
* [Python] Remove unused variableJonas Devlieghere2019-10-041-1/+0
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-041-2/+2
* Explicitly set entry point arch when it's thumbAntonio Afonso2019-10-043-0/+179
* Python3 doesn't seem to allow you to tell whether an object is a classJim Ingham2019-10-033-5/+2
* Forgot to change the header guards on OptionGroupPythonClassWithDict.Jim Ingham2019-10-032-4/+5
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-0322-137/+336
* Break out the Python class & key/value options into a separate OptionGroup.Jim Ingham2019-10-038-41/+224
* [process list] make the TRIPLE column widerWalter Erquinigo2019-10-032-14/+16
OpenPOWER on IntegriCloud