| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Instead of using #if defined(__arch__) to include / exclude the entire contents
of the NativeRegisterContext implementations, use a single NativeRegisterContextOpenBSD_arch
which includes the right arch specific register context, and provides a dummy implementation
for unsupported architectures.
This allows building lldb on architectures which do not have a register context implementation
so it can be used as a remote client.
ok patrick@
|
| |
|
|
|
| |
ok hackroom@
tested by plenty
|
| |
|
|
| |
"Go for it" kettenis@
|
| |
|
|
| |
ok kettenis@
|
| |
|
|
|
|
|
| |
Follows a similar model as NetBSD. Much help from patrick, kettenis and guenther.
lldb and lldb-server remain not installed by default.
ok patrick@
|
| | |
|
| | |
|
|
|
works, but actually running stuff probably won't.
ok kettenis@
|