summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* minidump: Rename some architecture constantsPavel Labath2019-10-301-1/+1
* COFF: Set section permissionsPavel Labath2019-10-301-0/+10
* [LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna2019-10-292-41/+56
* [ValueObjectDisplay] Generalize the description of an option.Davide Italiano2019-10-291-1/+1
* [LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna2019-10-293-16/+21
* [lldb][NFC] Make LLVMUserExpression::DoExecute return earlyRaphael Isemann2019-10-291-144/+142
* [LLDB] [PECOFF] Use FindSectionByID to associate symbols to sectionsMartin Storsjö2019-10-291-1/+1
* Add support for DW_AT_export_symbols for anonymous structsshafik2019-10-283-11/+10
* Correct size_t format specifierShu-Chun Weng2019-10-261-1/+1
* lldb/minidump: Refactor memory region computation codePavel Labath2019-10-256-64/+83
* lldb/COFF: Create a separate "section" for the file headerPavel Labath2019-10-251-11/+14
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-2512-103/+282
* Fix compilation error in ObjectFileMachO::ParseSymtabVedant Kumar2019-10-251-2/+5
* ValueObject: Fix a crash related to children address type computationPavel Labath2019-10-252-45/+53
* [lldb] [Host/netbsd] Set Arg0 for 'platform process list -v'Michał Górny2019-10-251-0/+1
* [lldb] [Python] Do not attempt to flush() a read-only fdMichal Gorny2019-10-241-5/+7
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-233-6/+14
* [lldb] Adjust for the new class_rw_t layout.Jonas Devlieghere2019-10-221-0/+12
* remove multi-argument form of PythonObject::Reset()Lawrence D'Anna2019-10-227-479/+316
* [LLDB] [Windows] Initial support for ARM register contextsMartin Storsjo2019-10-216-3/+1213
* eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna2019-10-193-39/+75
* [LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna2019-10-192-8/+19
* [Reproducer] Improve reproducer help (NFC)Jonas Devlieghere2019-10-181-2/+12
* [Reproducer] Use ::rtrim() to remove trailing control characters.Jonas Devlieghere2019-10-181-4/+2
* ProcessMinidump: Suppress reporting stop for signal '0'Joseph Tremoulet2019-10-181-1/+12
* LLDB: Use LLVM's type for minidump ExceptionStream [NFC]Joseph Tremoulet2019-10-186-61/+32
* SystemInitializerCommon fix compilation on linuxPavel Labath2019-10-181-1/+2
* [lldb][NFC] Fix typo in DWARFASTParserClang.cppRaphael Isemann2019-10-171-2/+2
* eliminate one form of PythonObject::Reset()Lawrence D'Anna2019-10-172-27/+5
* clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna2019-10-172-35/+215
* (NFC) Delete variable made unused by llvm-svn: 375160Sterling Augustine2019-10-171-1/+0
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-1743-579/+408
* [lldb] Don't emit artificial constructor declarations as global functionsRaphael Isemann2019-10-171-1/+4
* [Reproducer] Surface error if setting the cwd failsJonas Devlieghere2019-10-171-2/+7
* [ARC] Add SystemV ABITatyana Krasnukha2019-10-175-1/+737
* [ARC] Basic support in gdb-remote process pluginTatyana Krasnukha2019-10-174-1/+11
* delete SWIG typemaps for FILE*Lawrence D'Anna2019-10-174-49/+7
* SBCommandReturnObject: change LLDB_RECORD_METHOD(..., FILE *, ...) to use LLD...Fangrui Song2019-10-171-11/+10
* [Reproducer] Set the working directory in the VFSJonas Devlieghere2019-10-171-0/+7
* Revert "make ConstString allocate memory in non-tiny chunks"Raphael Isemann2019-10-171-7/+2
* [Reproducer] Support dumping the reproducer CWDJonas Devlieghere2019-10-171-2/+19
* [Reproducer] Add LoadBuffer<> helper (NFC)Jonas Devlieghere2019-10-171-11/+4
* [Reproducer] Capture the debugger's working directoryJonas Devlieghere2019-10-171-1/+15
* [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-1624-15/+90
* [android/process list] support showing process argumentsWalter Erquinigo2019-10-163-6/+33
* update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna2019-10-163-61/+55
* remove FILE* usage from SBStream.iLawrence D'Anna2019-10-151-2/+16
* eliminate virtual methods from PythonDataObjectsLawrence D'Anna2019-10-152-380/+121
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-154-25/+99
OpenPOWER on IntegriCloud