summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility
Commit message (Expand)AuthorAgeFilesLines
* [lldb/MachO] "Fix" intentional out-of-bounds error (NFC)Jonas Devlieghere2019-12-181-2/+3
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-131-1/+1
* [RegisterContext] Remove now unneded vestiges.Davide Italiano2019-11-134-24/+0
* [lldb] [Process/NetBSD] Add register info for missing register setsMichał Górny2019-11-041-1/+4
* [lldb] Fix offset intersection bug between MPX and AVX registersGuilherme Andrade2019-10-311-2/+5
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-6/+6
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-164-0/+6
* [Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov2019-10-111-0/+17
* StopInfo/Mach: Delete PPC supportVedant Kumar2019-10-081-103/+0
* StopInfo/Mach: Use early-exits, reflow messy comments, NFCIVedant Kumar2019-10-081-494/+481
* [RegisterContextDarwin_arm64] Include the headers for getsysctlbyname.Davide Italiano2019-10-021-0/+5
* Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath2019-09-272-0/+57
* [LLDB] Fix typo in RegisterContextDarwin_arm64Martin Storsjo2019-09-241-1/+1
* [Target] Move InferiorCall to ProcessAlex Langford2019-09-132-64/+0
* [Plugins/Process] Remove direct use of ClangASTContext from InferiorCallPOSIXAlex Langford2019-09-111-11/+21
* [ARM64] Simplify RegisterInfos_arm64.h with macro based RegisterInfo arrayOmair Javaid2019-09-021-181/+258
* DWARFExpression: Simplify class interfacePavel Labath2019-08-271-4/+2
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-61/+52
* Fix warning: suggest braces around initialization of subobjectJonas Devlieghere2019-08-141-5/+7
* Initial support for native debugging of x86/x64 Windows processesAaron Smith2019-08-135-0/+296
* Small format fixHaibo Huang2019-08-091-1/+1
* Detects whether RESOURCE_TYPE_IO is defined.Haibo Huang2019-08-091-0/+3
* Fix PC adjustment in StackFrame::GetSymbolContextJoseph Tremoulet2019-08-028-55/+94
* [NFC] avoid AlignedCharArray in lldbJF Bastien2019-07-292-3/+3
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-247-70/+59
* [Logging] Replace LogIfAnyCategoriesSet with LLDB_LOG.Jonas Devlieghere2019-07-221-16/+0
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-12/+22
* Remove null checks of results of new expressionsPavel Labath2019-07-013-6/+4
* [lldb] [Process] Introduce common helpers to split/recombine YMM dataMichal Gorny2019-06-212-28/+24
* [Process] Remove unused field from HistoryThreadAlex Langford2019-06-194-18/+8
* Add support to read aux vector valuesAntonio Afonso2019-06-113-0/+170
* [FuncUnwinders] Use "symbol file" unwind plans for unwindingPavel Labath2019-05-241-6/+8
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-2330-163/+163
* typedef enum -> enumFangrui Song2019-05-141-2/+2
* ARMDefines.h: fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=OFF buildsFangrui Song2019-05-141-2/+3
* Fix file names in file headers. NFCFangrui Song2019-05-131-1/+1
* RegisterContextLLDB: Push CFA value on DWARF stack when evaluating register e...Pavel Labath2019-05-071-1/+3
* RegisterContextLLDB::GetFullUnwindPlanForFrame has four verboseJason Molenda2019-05-021-18/+24
* FuncUnwinders: remove "current_offset" from function argumentsPavel Labath2019-04-231-14/+12
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1044-126/+0
* Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl2019-04-051-3/+3
* Fix an out-of-bounds error in RegisterContextDarwin_arm64Pavel Labath2019-03-271-2/+3
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-114-5/+5
* Pass ConstString by value (NFC)Adrian Prantl2019-03-062-2/+2
* Remove alignment from struct XSAVE altogetherPavel Labath2019-02-151-1/+1
* Move UnwindTable from ObjectFile to ModulePavel Labath2019-02-141-11/+8
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-1315-48/+48
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-119-21/+44
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19127-508/+381
* Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2019-01-081-2/+2
OpenPOWER on IntegriCloud