summaryrefslogtreecommitdiff
path: root/lib/libproc/proc_bkpt.c
AgeCommit message (Expand)Author
2024-07-30Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-10-17libproc: retire now-unused MIPS supportEd Maste
2020-08-25Merge OpenZFS support in to HEAD.Matt Macy
2019-07-19Remove an unneeded temporary variable in two functions.Brooks Davis
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-07o Replace __riscv__ with __riscvRuslan Bukin
2016-12-06Fix style bugs and remove trailing whitespace in libproc and librtld_db.Mark Johnston
2016-10-26Use uint32_t instead of u_long as a storage for breakpoint instructionRuslan Bukin
2016-01-24Add support for RISC-V ISA.Ruslan Bukin
2015-08-24Fix libproc on architectures that don't need the program counter to beAndrew Turner
2015-07-01Make libproc compilable on AArch64.Ruslan Bukin
2015-02-10Initial version of DTrace on ARM32.George V. Neville-Neil
2014-05-04If the traced process stops because it received a signal, libproc needsMark Johnston
2013-11-05Modify the libproc breakpoint add/remove functions to stop the targetMark Johnston
2013-10-27Clean up the debug printing in libproc a bit. In particular:Mark Johnston
2012-11-07Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.Justin Hibbits
2012-03-23Make libproc compilable for MIPSOleksandr Tymoshenko
2010-08-11Several fixes for libproc:Rui Paulo
2010-07-31New version of libproc. Changes are:Rui Paulo