summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-031-2/+1
* Check that a pointer is valid and fix a log message on WindowsAaron Smith2019-01-031-2/+2
* Fix "default argument for lambda parameter" (-Wpedantic) warningPavel Labath2018-12-271-2/+2
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-211-6/+6
* Overload GetMemoryRegions for the ProcessMinidumpTatyana Krasnukha2018-12-205-3/+22
* Don't forget to free the libcompression scratch buffer in the dtor.Jason Molenda2018-12-181-0/+3
* Force libcompression calls to be enabled when building on DarwinJason Molenda2018-12-183-14/+37
* Add "dump" command as a custom "process plugin" subcommand when ProcessMinidu...Greg Clayton2018-12-185-1/+300
* Remove /proc/pid/maps parsing code from NativeProcessLinuxPavel Labath2018-12-151-101/+18
* Simplify Boolean expressionsJonas Devlieghere2018-12-1513-111/+78
* Cache memory regions in ProcessMinidump and use the linux maps as the source ...Greg Clayton2018-12-147-89/+325
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-147-9/+9
* Fix MinidumpParser::GetFilteredModuleList() and test itGreg Clayton2018-12-131-19/+28
* ELF: Simplify program header iterationPavel Labath2018-12-122-23/+20
* Do not use PATH_MAX with SmallStringStella Stamenova2018-12-102-3/+3
* Remove some UB in RegisterContextDarwin_arm64.cppFrederic Riss2018-12-091-1/+11
* gdb-remote: use elaborated type specifier for `Module`Saleem Abdulrasool2018-12-051-2/+2
* [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov2018-12-031-2/+3
* [windows] Fix two minor bugs on WindowsStella Stamenova2018-12-012-5/+6
* Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova2018-11-302-4/+3
* [PDB] Support PDB-backed expressions evaluationAleksandr Urakov2018-11-302-3/+4
* [Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere2018-11-271-7/+11
* Fix some compilation failures introduced in recent patches.Zachary Turner2018-11-141-3/+3
* Fix the "make_unique is ambiguous" compiler error.Haojian Wu2018-11-141-2/+2
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-139-183/+775
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-123-10/+8
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-123-8/+10
* Fix an unused variable warning. NFCAlexander Kornienko2018-11-121-0/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-11122-412/+1
* Remove comments after header includes.Jonas Devlieghere2018-11-114-5/+5
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-103-10/+8
* Unbreak the linux bot from the previous commit. Fred needed to useJason Molenda2018-11-101-0/+6
* Enable listening for EXC_RESOURCE events, and format machJason Molenda2018-11-101-0/+45
* Work with a gdb-remote target that doesn't handle theJason Molenda2018-11-091-0/+5
* [FileSystem] Add convenience method to check for directories.Jonas Devlieghere2018-11-083-4/+3
* [LLDB] Fix FreeBSD/Darwin buildDavid Carlier2018-11-042-9/+12
* Fix NetBSD build after "Move path resolution logic out of FileSpec"Kamil Rytarowski2018-11-041-1/+1
* NativeProcessProtocol: Simplify breakpoint setting codePavel Labath2018-11-042-2/+0
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-2/+3
* [Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178Aleksandr Urakov2018-11-022-7/+10
* [File] Remove static method to get permissions.Jonas Devlieghere2018-11-011-4/+4
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-0110-39/+51
* [FileSystem] Fix typo in ProcessFreeBSDJonas Devlieghere2018-11-011-1/+1
* [FileSystem] Fix Exists call sitesJonas Devlieghere2018-11-012-2/+4
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-016-9/+12
* [Windows] A basic implementation of memory allocations in a debuggee processAleksandr Urakov2018-11-012-0/+69
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-1/+1
* [x86] Fix issues with a realigned stack in MSVC compiled applicationsAleksandr Urakov2018-10-302-53/+97
* [Windows] Define generic arguments registers for Windows x64Aleksandr Urakov2018-10-261-6/+6
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-252-5/+8
OpenPOWER on IntegriCloud