summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
AgeCommit message (Expand)Author
2025-04-29[lldb][AIX] get host info for AIX (#134354)Hemang Gadhavi
2023-03-30[lldb-server/linux] Use waitpid(-1) to collect inferior eventsPavel Labath
2022-06-15[trace][intelpt] Support system-wide tracing [9] - Collect and return context...Walter Erquinigo
2022-05-17[trace][intelpt] Support system-wide tracing [5] - Disable/enable per-core tr...Walter Erquinigo
2022-03-16Minor refactor and renaming:Jakob Johnson
2022-01-13[lldb] [llgs] Implement qXfer:siginfo:readMichał Górny
2022-01-03[lldb-server/linux] Fix waitpid for multithreaded forksPavel Labath
2021-12-29[lldb/linux] Fix a bug in wait status handlingPavel Labath
2021-07-27[lldb][AArch64] Add memory tag writing to lldb-serverDavid Spickett
2021-06-24[lldb][AArch64] Add memory tag reading to lldb-serverDavid Spickett
2021-04-24[lldb] [Process/Linux] Report fork/vfork stop reasonMichał Górny
2021-04-13Reland "[lldb] [Process] Watch for fork/vfork notifications" for LinuxMichał Górny
2021-04-13Revert "[lldb] [Process] Watch for fork/vfork notifications" and associated f...Pavel Labath
2021-04-08[lldb] [Process] Watch for fork/vfork notificationsMichał Górny
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo
2021-02-08[lldb] [Process/FreeBSDRemote] Introduce mips64 supportMichał Górny
2020-11-11[intel-pt][trace] Implement a "get supported trace type" packetWalter Erquinigo
2020-10-14[lldb-server][linux] Add ability to allocate memoryPavel Labath
2019-06-14Implement GetSharedLibraryInfoAddressAntonio Afonso
2019-06-11Add support to read aux vector valuesAntonio Afonso
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-03Pull FixupBreakpointPCAsNeeded into base classPavel Labath
2018-09-30Pull GetSoftwareBreakpointPCOffset into base classPavel Labath
2018-09-13NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base classPavel Labath
2018-09-09Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath
2018-09-08Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath
2018-09-05Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath
2018-06-08Remove more dead code from NativeProcessLinuxAlex Langford
2018-05-02Enable AUTOBRIEF in doxygen configuration.Adrian Prantl
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-11-09Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath
2017-10-17Remove shared_pointer from NativeThreadProtocolPavel Labath
2017-07-18Clean up lldb-types.hPavel Labath
2017-07-18Remove shared pointer from NativeProcessProtocolPavel Labath
2017-07-07Add a NativeProcessProtocol Factory classPavel Labath
2017-06-28Implementation of Intel(R) Processor Trace support for LinuxRavitheja Addepally
2017-06-19Add pretty-printer for wait(2) statuses and modernize the code handling themPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-17Move GetAuxvData from Host to relevant process pluginsPavel Labath
2017-02-24Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid
2017-01-03Improve the performance of jModulesInfo in lldb-serverTamas Berghammer
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-21Unify process launching code on linuxPavel Labath
2016-07-15[NPL] Simplify process launch codePavel Labath
2016-07-06[LLGS] Log more precise errors during inferior launchPavel Labath
2016-06-14Remove Platform usages from NativeProcessLinuxPavel Labath
2016-05-16Remove Mutex from NativeProcessLinuxPavel Labath