summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [lldb] Remove unused variables.Haibo Huang2019-10-031-5/+0
* [lldb] Calculate relative path for symbol linksHaibo Huang2019-10-031-17/+4
* [test] Disable TestCustomShell on LinuxJonas Devlieghere2019-10-031-0/+4
* [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-033-9/+34
* "Fix" TestFileHandle.py on non-darwin platformsPavel Labath2019-10-031-0/+8
* Fix a use-after-free in GDBRemoteCommunicationServerLLGSPavel Labath2019-10-031-1/+2
* factor out an abstract base class for FileLawrence D'Anna2019-10-0317-262/+367
* SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna2019-10-039-35/+275
* new api class: SBFileLawrence D'Anna2019-10-0316-25/+428
* [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-025-861/+0
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerCo...Jonas Devlieghere2019-10-021-20/+17
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerPl...Jonas Devlieghere2019-10-021-11/+10
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationClientJonas Devlieghere2019-10-021-10/+10
* [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerLLGSJonas Devlieghere2019-10-021-48/+51
* [lldb] Fix evaluation of nested classes with parent from other CURaphael Isemann2019-10-026-0/+83
* [lldb][NFC] Remove ClangASTContext::ClearRaphael Isemann2019-10-022-15/+0
* [lldb][NFC] Create the ASTContext in ClangASTContext exactly once.Raphael Isemann2019-10-023-63/+78
* Make yet another attempt in restoring SymbolFilePDBTestsAdrian Prantl2019-10-021-13/+13
* [lldb] Fix unused variable warningJordan Rupprecht2019-10-011-1/+0
* Make another attempt at fixing SymbolFilePDBTests.Adrian Prantl2019-10-011-0/+1
* [JSON] Use LLVM's library for argdumperJonas Devlieghere2019-10-012-19/+7
* [JSON] Use LLVM's library for decoding JSON in StructuredDataJonas Devlieghere2019-10-012-101/+48
* [JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere2019-10-017-102/+57
* Fix a syntax error.Adrian Prantl2019-10-011-1/+1
* Fix a condition-flip regression introduced in r373344.Adrian Prantl2019-10-011-1/+1
* Typo (NFC)Adrian Prantl2019-10-011-3/+3
* Simplify condition (NFC)Adrian Prantl2019-10-011-1/+1
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-0124-344/+261
* Update SymbolFilePDB for FindTypes API change.Adrian Prantl2019-10-012-22/+17
* [lldb][NFC] Mark ClangASTContext constructor as explicitRaphael Isemann2019-10-011-1/+1
* [lldb][NFC] Remove unused ClangASTContext::GetHasExternalStorageRaphael Isemann2019-10-012-69/+0
* [lldb][NFC] Remove unused ClangASTContext functions for checking/removing the...Raphael Isemann2019-10-012-21/+0
OpenPOWER on IntegriCloud