summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. N...Martin Storsjo2019-10-161-41/+7
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-1636-28/+123
* [android/process list] support showing process argumentsWalter Erquinigo2019-10-168-126/+234
* [lldb] move more things from python to cmakeHaibo Huang2019-10-162-237/+23
* update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna2019-10-164-64/+56
* [lldb] Creates _liblldb symlink from cmakeHaibo Huang2019-10-152-283/+37
* remove FILE* usage from SBStream.iLawrence D'Anna2019-10-154-3/+59
* eliminate virtual methods from PythonDataObjectsLawrence D'Anna2019-10-152-380/+121
* convert SBDebugger::***FileHandle() wrappers to native files.Lawrence D'Anna2019-10-152-27/+75
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-159-26/+200
* Increase gdbremote_testcase timeouts when running under ASAN.Adrian Prantl2019-10-151-5/+12
* Skip PExpect tests under ASAN, I can't get them to work reliably.Adrian Prantl2019-10-152-0/+6
* [Windows][NFC] Fix tests after r374528.Aleksandr Urakov2019-10-151-3/+0
* [LLDB] [PECOFF] Use a "pc" vendor name in aarch64 triplesMartin Storsjo2019-10-152-2/+2
* [LLDB] [Windows] Initial support for ARM64 register contextsMartin Storsjo2019-10-1510-3/+1447
* Fix TestDisassemble_VST1_64Pavel Labath2019-10-151-7/+7
* [lldb-server/android] Show more processes by relaxing some checksWalter Erquinigo2019-10-151-34/+45
* Revert "fix"Walter Erquinigo2019-10-141-45/+34
* fixWalter Erquinigo2019-10-141-34/+45
* build fix for SBInstruction.Lawrence D'Anna2019-10-143-2/+4
* remove FILE* bindings from SBInstruction.Lawrence D'Anna2019-10-149-21/+99
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-1424-73/+111
* remove FILE* usage from ReportEventState() and HandleProcessEvent()Lawrence D'Anna2019-10-149-21/+93
* Fix test breakage caused by r374424Lawrence D'Anna2019-10-141-1/+1
* minidump: Use yaml for memory info testsPavel Labath2019-10-144-2/+47
* DWARFExpression: Fix/add support for (v4) debug_loc base address selection en...Pavel Labath2019-10-142-12/+47
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-125-4/+73
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-125-77/+4
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-125-4/+77
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-125-68/+4
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-125-4/+68
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-125-64/+4
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-125-4/+64
* Temporarily Revert [platform process list] add a flag for showing the process...Adrian Prantl2019-10-125-73/+4
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-115-4/+73
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-115-69/+4
* Set GNUC version in the LLDB expression parser.Adrian Prantl2019-10-111-0/+3
* [NativePDB] Remove unused references to ClangASTImporterAlex Langford2019-10-112-3/+0
* Add -fgnuc-version to ClangModuleCompilationOptions on Darwin.Adrian Prantl2019-10-111-1/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-115-4/+69
* make ConstString allocate memory in non-tiny chunksLubos Lunak2019-10-111-2/+7
* [lldb] Fix python packages install pathHaibo Huang2019-10-111-1/+1
* IOHandler: fall back on File::Read if a FILE* isn't available.Lawrence D'Anna2019-10-113-74/+105
* [lldb] Mark import-std-module/empty-module as libc++ testRaphael Isemann2019-10-111-0/+4
* [lldb] Add import-std-module/sysroot to the libc++ test category.Raphael Isemann2019-10-111-0/+4
* [lldb-test] Modify lldb-test to print out ASTs from symbol fileShafik Yaghmour2019-10-114-7/+97
* [lldb] Insert break to avoid unannotated fall-throughKadir Cetinkaya2019-10-111-0/+1
* [LLDB] [lldb-server] Use llvm::InitLLVM for doing unicode conversion of argum...Martin Storsjo2019-10-111-0/+2
* minidump: Use llvm memory info list parserPavel Labath2019-10-114-123/+26
* ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...Pavel Labath2019-10-114-18/+57
OpenPOWER on IntegriCloud