History log of /openbsd-src/gnu/usr.bin/clang/liblldbPluginProcess/Makefile (Results 1 – 12 of 12)
Revision Date Author Comments
# 513cf72f 13-Jul-2024 asou <asou@openbsd.org>

Implement investigate kernel corefile to lldb.


# 1ad61ae0 11-Nov-2023 robert <robert@openbsd.org>

update build infrastructure for llvm-16.0.6


# 5a38ef86 17-Dec-2021 patrick <patrick@openbsd.org>

Update build infrastructure for LLVM 13.0.0.


# c04ab3e3 28-Apr-2021 patrick <patrick@openbsd.org>

Update clang build infrastructure for LLVM 11.1.0.

Heavy lifting by mortimer@, thank you so much!


# 0f45e296 14-Feb-2021 mortimer <mortimer@openbsd.org>

Shuffle how lldb register contexts are built.

Instead of using #if defined(__arch__) to include / exclude the entire contents
of the NativeRegisterContext implementations, use a single NativeRegiste

Shuffle how lldb register contexts are built.

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@

show more ...


# aa1fa3d4 03-Aug-2020 patrick <patrick@openbsd.org>

Update build infrastructure for LLVM 10.0.0.

ok hackroom@
tested by plenty


# b6f929d2 21-Dec-2019 mortimer <mortimer@openbsd.org>

Add arm64 support for lldb.

"Go for it" kettenis@


# 5350a25a 27-Nov-2019 mortimer <mortimer@openbsd.org>

In lldb, use a OpenBSD signal map instead of leveraging the FreeBSD one.

ok kettenis@


# a0232ab6 09-Nov-2019 mortimer <mortimer@openbsd.org>

Add lldb support for debugging running binaries on amd64.

Follows a similar model as NetBSD. Much help from patrick, kettenis and guenther.
lldb and lldb-server remain not installed by default.

ok

Add lldb support for debugging running binaries on amd64.

Follows a similar model as NetBSD. Much help from patrick, kettenis and guenther.
lldb and lldb-server remain not installed by default.

ok patrick@

show more ...


# 7350f337 23-Jun-2019 patrick <patrick@openbsd.org>

Update clang build infrastructure for LLVM 8.0.0.


# 4f0ddf55 27-Jan-2019 patrick <patrick@openbsd.org>

Update clang build infrastructure for LLVM 7.0.1.


# d1df930f 04-Oct-2018 patrick <patrick@openbsd.org>

Add infrastructure to compile and link LLDB. Inspecting core files
works, but actually running stuff probably won't.

ok kettenis@