index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
Process
/
NetBSD
/
NativeProcessNetBSD.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Adapt for NetBSD-9.99.30 ptrace(2) API changes
Kamil Rytarowski
2019-12-24
1
-2
/
+10
*
[lldb] [Process/NetBSD] Fix handling concurrent watchpoint events
Michał Górny
2019-11-25
1
-3
/
+6
*
[lldb] [Process/NetBSD] Copy watchpoints to newly-created threads
Michał Górny
2019-11-25
1
-3
/
+12
*
[lldb] [Process/NetBSD] Improve threading support
Michał Górny
2019-11-25
1
-86
/
+206
*
[lldb] [Process/NetBSD] Use PT_STOP to stop the process [NFCI]
Michał Górny
2019-11-12
1
-6
/
+5
*
[lldb] [Process/NetBSD] Fix handling LLDB_INVALID_SIGNAL_NUMBER
Michal Gorny
2019-09-24
1
-2
/
+4
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[lldb] [Process/NetBSD] Report stopped process on SIGSTOP
Michal Gorny
2019-07-25
1
-0
/
+1
*
Revert "Revert "[lldb] [Process/NetBSD] Fix constructor after r363707""
Michal Gorny
2019-07-24
1
-1
/
+1
*
[lldb] [Process/NetBSD] Fix segfault when handling watchpoint
Michal Gorny
2019-07-01
1
-10
/
+21
*
Revert "[lldb] [Process/NetBSD] Fix constructor after r363707"
Michal Gorny
2019-07-01
1
-1
/
+1
*
[lldb] [Process/NetBSD] Fix constructor after r363707
Michal Gorny
2019-06-19
1
-1
/
+1
*
[lldb] [Process/NetBSD] Fix handling piod_len from PT_IO calls
Michal Gorny
2019-04-30
1
-4
/
+4
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
[lldb] [Process/NetBSD] Use nullptr to fix template arg deduction
Michal Gorny
2019-03-25
1
-1
/
+1
*
[lldb] Add missing EINTR handling
Michal Gorny
2019-03-21
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-3
/
+0
*
Fix NetBSD build after "Move path resolution logic out of FileSpec"
Kamil Rytarowski
2018-11-04
1
-1
/
+1
*
NativeProcessProtocol: Simplify breakpoint setting code
Pavel Labath
2018-11-04
1
-1
/
+0
*
Pull FixupBreakpointPCAsNeeded into base class
Pavel Labath
2018-10-03
1
-75
/
+0
*
Pull GetSoftwareBreakpointPCOffset into base class
Pavel Labath
2018-09-30
1
-22
/
+3
*
NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base class
Pavel Labath
2018-09-13
1
-9
/
+0
*
Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"
Pavel Labath
2018-09-09
1
-17
/
+0
*
Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"
Pavel Labath
2018-09-08
1
-0
/
+17
*
Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode
Pavel Labath
2018-09-05
1
-17
/
+0
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-13
/
+11
*
Fix a crash in *NetBSD::Factory::Launch
Kamil Rytarowski
2018-02-05
1
-1
/
+1
*
Fix NetBsd build broken by r323637
Pavel Labath
2018-01-29
1
-1
/
+1
*
Remove ObjectFile usage from HostLinux::GetProcessInfo
Pavel Labath
2018-01-29
1
-11
/
+14
*
One more attempt to fix NetBSD build
Pavel Labath
2018-01-15
1
-1
/
+1
*
Fix NetBSD build for llvm r322475
Pavel Labath
2018-01-15
1
-3
/
+3
*
Clean up NativeRegisterContext
Pavel Labath
2017-11-10
1
-10
/
+5
*
Simplify NativeProcessProtocol::GetArchitecture/GetByteOrder
Pavel Labath
2017-11-09
1
-5
/
+0
*
Remove shared_pointer from NativeThreadProtocol
Pavel Labath
2017-10-17
1
-57
/
+42
*
Remove shared pointer from NativeProcessProtocol
Pavel Labath
2017-07-18
1
-11
/
+12
*
Add a NativeProcessProtocol Factory class
Pavel Labath
2017-07-07
1
-178
/
+80
*
Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loop
Pavel Labath
2017-07-03
1
-4
/
+3
*
Correct syntax mistake hidden in assert(3)
Kamil Rytarowski
2017-06-20
1
-1
/
+1
*
Add pretty-printer for wait(2) statuses and modernize the code handling them
Pavel Labath
2017-06-19
1
-57
/
+14
*
Correct compiler warnings and Debug build of the NetBSD target
Kamil Rytarowski
2017-05-24
1
-12
/
+19
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-84
/
+84
*
Introduce FPR and Debug Registers/NetBSD/amd64 support
Kamil Rytarowski
2017-04-18
1
-31
/
+86
*
Battery of NetBSD support improvements
Kamil Rytarowski
2017-03-30
1
-29
/
+56
*
Add support for tracing hello-world application on NetBSD
Kamil Rytarowski
2017-03-28
1
-4
/
+944
*
Add stub for PluginProcessNetBSD
Kamil Rytarowski
2017-03-21
1
-0
/
+51