summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unused ExpressionParser::ParseRaphael Isemann2019-11-042-5/+5
* [lldb] Provide a getter for m_materializer_up in LLVMUserExpression instead o...Raphael Isemann2019-11-041-2/+2
* Don't assume that __cxa_current_exception_type exists.Jim Ingham2019-11-011-0/+3
* minidump: Create memory regions from the sections of loaded modulesPavel Labath2019-10-311-19/+57
* [lldb] Fix offset intersection bug between MPX and AVX registersGuilherme Andrade2019-10-315-4/+21
* [LLDB] [Windows] Fix Windows-specific race condition in LLDB for session life...Martin Storsjö2019-10-313-10/+5
* [LLDB] [PECOFF] Fix error handling for executables that object::createBinary ...Martin Storsjö2019-10-311-6/+9
* [LLDB] [Windows] Remove a TODO which probably won't be implementedMartin Storsjö2019-10-311-2/+0
* [LLDB] [PECOFF] Don't crash in ReadImageDataByRVA for addresses out of rangeMartin Storsjö2019-10-311-1/+4
* [LLDB][PythonFile] fix dangerous borrow semantics on python2Lawrence D'Anna2019-10-301-13/+15
* 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
* [LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna2019-10-292-15/+20
* [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-282-1/+5
* Correct size_t format specifierShu-Chun Weng2019-10-261-1/+1
* lldb/minidump: Refactor memory region computation codePavel Labath2019-10-254-64/+62
* 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-253-19/+116
* Fix compilation error in ObjectFileMachO::ParseSymtabVedant Kumar2019-10-251-2/+5
* [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
* 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
* [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-1726-289/+214
* [lldb] Don't emit artificial constructor declarations as global functionsRaphael Isemann2019-10-171-1/+4
* [ARC] Add SystemV ABITatyana Krasnukha2019-10-174-0/+734
* [ARC] Basic support in gdb-remote process pluginTatyana Krasnukha2019-10-171-1/+1
* delete SWIG typemaps for FILE*Lawrence D'Anna2019-10-173-35/+7
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-1616-13/+51
* [android/process list] support showing process argumentsWalter Erquinigo2019-10-162-0/+29
* update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna2019-10-162-55/+52
* eliminate virtual methods from PythonDataObjectsLawrence D'Anna2019-10-152-380/+121
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-152-24/+80
* [LLDB] [PECOFF] Use a "pc" vendor name in aarch64 triplesMartin Storsjo2019-10-151-1/+1
* [LLDB] [Windows] Initial support for ARM64 register contextsMartin Storsjo2019-10-156-3/+1336
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-147-14/+25
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-121-2/+1
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-121-1/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-121-2/+1
OpenPOWER on IntegriCloud