summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov2019-10-1118-10/+1146
* [LLDB] [Driver] Use llvm::InitLLVM to do unicode argument conversion on WindowsMartin Storsjo2019-10-111-17/+3
* [lldb] Fix crash in CxxModuleHandler when std module is emptyRaphael Isemann2019-10-117-4/+88
* Clean up format in cmake fileHaibo Huang2019-10-111-64/+64
* [lldb-test] Remove unused headerAlex Langford2019-10-101-1/+0
* [Make] Remove spurious line breakJonas Devlieghere2019-10-101-1/+1
* [test] Reduce inconsistency between lit configuration files.Jonas Devlieghere2019-10-103-9/+17
* TestMTCSimple: Make Makefile portable.Frederic Riss2019-10-101-1/+6
* Fix process launch failure on FreeBSD after r365761Dimitry Andric2019-10-102-26/+32
* [test] Add timeout to API tests.Jonas Devlieghere2019-10-102-2/+9
* [test] Cleanup top-level lit.cfg.pyJonas Devlieghere2019-10-101-28/+2
* [Docs] Update testing documentatonJonas Devlieghere2019-10-101-42/+66
* update TestRunCommandInterpreterAPI to use SBFileLawrence D'Anna2019-10-101-4/+41
* update SBDebugger::SetInputFile() etc to work on native FilesLawrence D'Anna2019-10-104-6/+48
* TestFileHandle.py: fix for Python 3.6Lawrence D'Anna2019-10-101-2/+2
* Remove merge marker :-)Adrian Prantl2019-10-101-4/+0
* Die, TABS, die, die, die, die...Jim Ingham2019-10-101-3/+7
* Remove CC autodetection from Makefile.rulesAdrian Prantl2019-10-101-9/+2
* Speed up accelerator table lookupsAdrian Prantl2019-10-1012-3/+116
* Implement serializing scripted breakpoints and their extra args.Jim Ingham2019-10-107-37/+123
* [test] Use a different module cache for Shell and API tests.Jonas Devlieghere2019-10-1011-28/+65
* [test] Pass DSYMUTIL and SDKROOT as part of the Make invocation.Jonas Devlieghere2019-10-101-5/+36
* [test] Trim the symbtab test case (NFC)Jonas Devlieghere2019-10-101-10/+0
* Increase timeout in pexpect to lower chances of tests failing under ASAN.Adrian Prantl2019-10-101-1/+1
* Increase timeout in gdbclientutils.py to decrease chance of test failing unde...Adrian Prantl2019-10-101-1/+1
* unwind-via-stack-win.yaml: update for changes in yaml formatPavel Labath2019-10-101-1/+15
OpenPOWER on IntegriCloud