summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/NetBSD
Commit message (Expand)AuthorAgeFilesLines
* [lldb] [Process/NetBSD] Remove unused orig_*ax useMichał Górny2020-01-061-5/+0
* [lldb] Adapt for NetBSD-9.99.30 ptrace(2) API changesKamil Rytarowski2019-12-242-2/+21
* [lldb] [Process/NetBSD] Fix handling concurrent watchpoint eventsMichał Górny2019-11-254-24/+47
* [lldb] [Process/NetBSD] Copy watchpoints to newly-created threadsMichał Górny2019-11-257-8/+54
* [lldb] [Process/NetBSD] Improve threading supportMichał Górny2019-11-254-86/+256
* [lldb] [Process/NetBSD] Implement thread name gettingMichał Górny2019-11-181-1/+38
* [lldb] [Process/NetBSD] Use PT_STOP to stop the process [NFCI]Michał Górny2019-11-122-6/+7
* [lldb] [Process/NetBSD] Add register info for missing register setsMichał Górny2019-11-042-2/+60
* [lldb] [Process/NetBSD] Fix handling LLDB_INVALID_SIGNAL_NUMBERMichal Gorny2019-09-241-2/+4
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [lldb] [Process/NetBSD] Report stopped process on SIGSTOPMichal Gorny2019-07-251-0/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-2/+2
* Revert "Revert "[lldb] [Process/NetBSD] Fix constructor after r363707""Michal Gorny2019-07-241-1/+1
* Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso2019-07-231-2/+2
* [lldb] [Process/NetBSD] Use global enable bits for watchpointsMichal Gorny2019-07-011-2/+2
* [lldb] [Process/NetBSD] Fix segfault when handling watchpointMichal Gorny2019-07-011-10/+21
* [lldb] [Process/NetBSD] Support reading YMM registers via PT_*XSTATEMichal Gorny2019-07-012-2/+97
* Revert "[lldb] [Process/NetBSD] Fix constructor after r363707"Michal Gorny2019-07-011-1/+1
* Don't check the validity of newly contructed data buffersPavel Labath2019-07-011-7/+0
* Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath2019-07-011-2/+2
* Remove null checks of results of new expressionsPavel Labath2019-07-011-7/+0
* [lldb] [Process/NetBSD] Remove unnecessary register buffer abstractionMichal Gorny2019-06-204-117/+12
* [lldb] [Process/NetBSD] Fix constructor after r363707Michal Gorny2019-06-191-1/+1
* [lldb] [Process/NetBSD] Remove unnecessary FPU presence checks for x86_64Michal Gorny2019-06-191-53/+1
* Implement xfer:libraries-svr4:read packetAntonio Afonso2019-06-181-2/+2
* [lldb] [Process/NetBSD] Fix error handling in register operationsMichal Gorny2019-06-102-38/+18
* [lldb] [Process/NetBSD] Fix handling piod_len from PT_IO callsMichal Gorny2019-04-301-4/+4
* [lldb] [Process/NetBSD] Fix wrongly mapping mm* registersMichal Gorny2019-04-111-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-104-20/+0
* [lldb] [Process/NetBSD] Use nullptr to fix template arg deductionMichal Gorny2019-03-251-1/+1
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-211-1/+2
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-1/+1
* [Process/NetBSD] Add missing linkage to -lutilMichal Gorny2019-01-241-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-198-32/+24
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* Fix NetBSD build after "Move path resolution logic out of FileSpec"Kamil Rytarowski2018-11-041-1/+1
* NativeProcessProtocol: Simplify breakpoint setting codePavel Labath2018-11-041-1/+0
* Pull FixupBreakpointPCAsNeeded into base classPavel Labath2018-10-032-76/+0
* Fix NetBSD build for r343409Pavel Labath2018-09-301-1/+0
* Pull GetSoftwareBreakpointPCOffset into base classPavel Labath2018-09-301-22/+3
* NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base classPavel Labath2018-09-132-12/+0
* Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-092-27/+0
* Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-082-0/+27
* Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath2018-09-052-27/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-074-5/+4
* Normalize some lldb #include statements.James Y Knight2018-05-221-4/+0
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-3/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-302-22/+19
* Fix a crash in *NetBSD::Factory::LaunchKamil Rytarowski2018-02-051-1/+1
* Fix NetBsd build broken by r323637Pavel Labath2018-01-291-1/+1
OpenPOWER on IntegriCloud