summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify LZMA decoding by using ArrayRef::take_backKonrad Kleine2019-10-081-6/+6
* Add pretty printing of Clang "bitfield" enumsFrederic Riss2019-10-081-8/+65
* Extract and simplify DumpEnumValueFrederic Riss2019-10-081-39/+29
* Revert "[lldb-server/android] Show more processes and package name when neces...Pavel Labath2019-10-081-45/+34
* Revert "ProcessInstanceInfoMatch: Don't match processes with no name if a nam...Jonas Devlieghere2019-10-081-1/+1
* [lldb] Reverts part of 61f471aHaibo Huang2019-10-081-1/+6
* [MachO] Fix symbol merging during symtab parsing.Jonas Devlieghere2019-10-081-23/+55
* [lldb] Unifying lldb python pathHaibo Huang2019-10-073-40/+11
* [Symbol] Remove unused method ClangASTContext::GetObjCClassNameAlex Langford2019-10-071-19/+0
* Mark constructor as default and remove implementation (NFC)Adrian Prantl2019-10-071-2/+0
* [MachO] Shuffle some things around in ParseSymtab (NFC)Jonas Devlieghere2019-10-071-5/+4
* [gdb-remote] process properly effective uidWalter Erquinigo2019-10-071-1/+1
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-073-2/+8
* [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-071-1/+1
* [lldb][ELF] Read symbols from .gnu_debugdata sect.Konrad Kleine2019-10-074-8/+245
* [MachO] Reduce indentation further in ParseSymtab (NFC)Jonas Devlieghere2019-10-041-176/+177
* [MachO] Move nlist parsing into helper function (NFC)Jonas Devlieghere2019-10-041-21/+14
* [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-042-56/+68
* [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-0410-24/+36
* [lldb] Get the TargetAPI lock in SBProcess::IsInstrumentationRuntimePresentRaphael Isemann2019-10-041-0/+3
* [lldb] Fix -Wreorder-ctor in r373673Sam McCall2019-10-041-13/+12
* [lldb][modern-type-lookup] No longer import temporary declarations into the p...Raphael Isemann2019-10-041-98/+11
* Revert "Explicitly set entry point arch when it's thumb"Antonio Afonso2019-10-041-40/+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-041-0/+40
* Python3 doesn't seem to allow you to tell whether an object is a classJim Ingham2019-10-032-4/+1
* Forgot to change the header guards on OptionGroupPythonClassWithDict.Jim Ingham2019-10-031-1/+1
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-039-128/+244
* Break out the Python class & key/value options into a separate OptionGroup.Jim Ingham2019-10-035-41/+139
* [process list] make the TRIPLE column widerWalter Erquinigo2019-10-031-7/+9
* [JSON] Don't wrap json::Array in a value (NFC)Jonas Devlieghere2019-10-031-3/+3
* [Host] Return the user's shell from GetDefaultShellJonas Devlieghere2019-10-031-9/+25
* Fix a use-after-free in GDBRemoteCommunicationServerLLGSPavel Labath2019-10-031-1/+2
* factor out an abstract base class for FileLawrence D'Anna2019-10-0314-138/+201
* SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna2019-10-034-30/+114
* new api class: SBFileLawrence D'Anna2019-10-036-23/+138
* [ARM64] XPC services are unsupported on device.Davide Italiano2019-10-021-2/+2
* [RegisterContextDarwin_arm64] Include the headers for getsysctlbyname.Davide Italiano2019-10-021-0/+5
* [ObjectFileMachO] FileSpec::SetFile() now takes the style as arg.Davide Italiano2019-10-021-1/+1
* [ObjectFileMachO] Catch up with FileDesc changes.Davide Italiano2019-10-021-3/+3
* [JSON] Remove Utility/JSON.{h|cpp}Jonas Devlieghere2019-10-022-551/+0
OpenPOWER on IntegriCloud