summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [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-021-0/+2
* [lldb][NFC] Remove ClangASTContext::ClearRaphael Isemann2019-10-021-13/+0
* [lldb][NFC] Create the ASTContext in ClangASTContext exactly once.Raphael Isemann2019-10-021-56/+58
* [lldb] Fix unused variable warningJordan Rupprecht2019-10-011-1/+0
* [JSON] Use LLVM's library for decoding JSON in StructuredDataJonas Devlieghere2019-10-011-100/+48
* [JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere2019-10-014-79/+29
* 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-0119-304/+231
* Update SymbolFilePDB for FindTypes API change.Adrian Prantl2019-10-012-22/+17
* [lldb][NFC] Remove unused ClangASTContext::GetHasExternalStorageRaphael Isemann2019-10-011-68/+0
* [lldb][NFC] Remove unused ClangASTContext functions for checking/removing the...Raphael Isemann2019-10-011-17/+0
* [lldb][NFC] Disallow changing the ASTContext of an ClangASTContext after cons...Raphael Isemann2019-10-013-15/+10
* [lldb][NFC] Modernize ClangASTContext constructorRaphael Isemann2019-10-011-11/+6
* [clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSourceRaphael Isemann2019-10-014-11/+11
* [Windows] Added support of watchpoints to `NativeProcessWindows`Aleksandr Urakov2019-10-018-64/+835
* File::Clear() -> File::TakeStreamAndClear()Lawrence D'Anna2019-10-011-2/+5
* Allow the internal-state-thread free access to the TargetAPI mutex.Jim Ingham2019-10-012-0/+13
* [StackFrameList][DFS] Turn a few raw pointers into references, NFCVedant Kumar2019-09-302-8/+9
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-3013-123/+80
* Use llvm for dumping DWARF expressionsPavel Labath2019-09-303-409/+5
* [lldb][NFC][modern-type-lookup] Remove while(false) behind if() {}Raphael Isemann2019-09-301-2/+0
* [lldb] Reland 370734: Test 'frame select -r' and fix that INT32_MIN breaks th...Raphael Isemann2019-09-301-13/+16
* [lldb] Partly revert 370734: Test 'frame select -r' and fix that INT32_MIN br...Raphael Isemann2019-09-301-16/+16
* Revert "[LLDB] Use the llvm microsoft demangler instead of the windows dbghel...Martin Storsjo2019-09-281-3/+41
* [LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. NFC.Martin Storsjo2019-09-281-41/+3
* Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham2019-09-283-7/+13
* [Core] Remove unused dependency on clangASTAlex Langford2019-09-282-4/+0
OpenPOWER on IntegriCloud