summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process
AgeCommit message (Expand)Author
2019-01-10[lldb-server] Add unnamed pipe support to PipeWindowsAaron Smith
2019-01-08Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere
2019-01-08Fix unused private field warning.Raphael Isemann
2019-01-08ProcessLaunchInfo: Remove Target referencePavel Labath
2019-01-07Use the minidump exception record if presentLeonard Mosescu
2019-01-04RangeMap.h: merge RangeDataArray and RangeDataVectorPavel Labath
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath
2019-01-03Check that a pointer is valid and fix a log message on WindowsAaron Smith
2018-12-27Fix "default argument for lambda parameter" (-Wpedantic) warningPavel Labath
2018-12-21[NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere
2018-12-20Overload GetMemoryRegions for the ProcessMinidumpTatyana Krasnukha
2018-12-18Don't forget to free the libcompression scratch buffer in the dtor.Jason Molenda
2018-12-18Force libcompression calls to be enabled when building on DarwinJason Molenda
2018-12-18Add "dump" command as a custom "process plugin" subcommand when ProcessMinidu...Greg Clayton
2018-12-15Remove /proc/pid/maps parsing code from NativeProcessLinuxPavel Labath
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-12-14Cache memory regions in ProcessMinidump and use the linux maps as the source ...Greg Clayton
2018-12-14Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath
2018-12-13Fix MinidumpParser::GetFilteredModuleList() and test itGreg Clayton
2018-12-12ELF: Simplify program header iterationPavel Labath
2018-12-10Do not use PATH_MAX with SmallStringStella Stamenova
2018-12-09Remove some UB in RegisterContextDarwin_arm64.cppFrederic Riss
2018-12-05gdb-remote: use elaborated type specifier for `Module`Saleem Abdulrasool
2018-12-03[PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov
2018-12-01[windows] Fix two minor bugs on WindowsStella Stamenova
2018-11-30Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova
2018-11-30[PDB] Support PDB-backed expressions evaluationAleksandr Urakov
2018-11-27[Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere
2018-11-14Fix some compilation failures introduced in recent patches.Zachary Turner
2018-11-14Fix the "make_unique is ambiguous" compiler error.Haojian Wu
2018-11-13Add GDB remote packet reproducer.Jonas Devlieghere
2018-11-12Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere
2018-11-12Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano
2018-11-12Fix an unused variable warning. NFCAlexander Kornienko
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-11-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere
2018-11-10Unbreak the linux bot from the previous commit. Fred needed to useJason Molenda
2018-11-10Enable listening for EXC_RESOURCE events, and format machJason Molenda
2018-11-09Work with a gdb-remote target that doesn't handle theJason Molenda
2018-11-08[FileSystem] Add convenience method to check for directories.Jonas Devlieghere
2018-11-04[LLDB] Fix FreeBSD/Darwin buildDavid Carlier
2018-11-04Fix NetBSD build after "Move path resolution logic out of FileSpec"Kamil Rytarowski
2018-11-04NativeProcessProtocol: Simplify breakpoint setting codePavel Labath
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere
2018-11-02[Windows] Fix Windows build after be053dd5a384a03da5a77552686900ddc7bfc178Aleksandr Urakov
2018-11-01[File] Remove static method to get permissions.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Fix typo in ProcessFreeBSDJonas Devlieghere
2018-11-01[FileSystem] Fix Exists call sitesJonas Devlieghere