|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0 |
|
| #
9b9e7f4c |
| 08-Dec-2020 |
John Baldwin <[email protected]> |
Stack unwinding robustness fixes for RISC-V.
- Push the kstack_contains check down into unwind_frame() so that it is honored by DDB and DTrace.
- Check that the trapframe for an exception frame i
Stack unwinding robustness fixes for RISC-V.
- Push the kstack_contains check down into unwind_frame() so that it is honored by DDB and DTrace.
- Check that the trapframe for an exception frame is contained in the traced thread's kernel stack for DDB traces.
Reviewed by: markj Obtained from: CheriBSD Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D27357
show more ...
|
|
Revision tags: release/12.2.0 |
|
| #
367de39e |
| 12-Aug-2020 |
John Baldwin <[email protected]> |
Use uintptr_t instead of uint64_t for pointers in stack frames.
Reviewed by: mhorne Obtained from: CheriBSD Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D25995
|
|
Revision tags: release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0 |
|
| #
d52d6d7c |
| 10-Mar-2016 |
Ruslan Bukin <[email protected]> |
Add support for ddb(4).
Sponsored by: DARPA, AFRL Sponsored by: HEIF5
|