drgn/docs
Omar Sandoval 18a8f69ad8 libdrgn: linux_kernel: add object finder for jiffies
We have a lot of examples that use jiffies, but they stopped working
long ago on x86-64 (since Linux kernel commit d8ad6d39c35d ("x86_64: Fix
jiffies ODR violation") (in v5.8 and backported to stable releases)) and
never worked on other architectures. This is because jiffies is defined
in the Linux kernel's linker script. #277 proposed updating the examples
to use jiffies_64, but I would guess that most kernel developers are
familiar with jiffies and many have never seen jiffies_64. jiffies is
also a nicer name to type in live demos. Let's add a case to the Linux
kernel object finder to get the jiffies variable.

Reported-by: Martin Liska <mliska@suse.cz>
Signed-off-by: Omar Sandoval <osandov@osandov.com>
2023-02-22 11:15:37 -08:00
..
_static docs: document that Type == is not for type checking 2019-11-24 09:45:39 -08:00
case_studies docs: use extlink in Kyber case study 2022-01-22 11:20:23 -08:00
exts drgndoc: support formating unary operators 2023-01-13 10:38:44 -08:00
release_highlights docs: add release highlights for 0.0.22 2023-01-06 15:21:43 -08:00
advanced_usage.rst libdrgn: linux_kernel: add object finder for jiffies 2023-02-22 11:15:37 -08:00
api_reference.rst cli: Separate the main function from the REPL 2023-02-01 09:30:02 -08:00
case_studies.rst docs: add a writeup of an investigation using stack trace variables 2021-06-09 01:52:10 -07:00
conf.py docs: use "programmable debugger" description consistently 2022-08-19 01:21:32 -07:00
favicon.ico Add logo and favicon 2019-04-17 01:16:31 -07:00
getting_debugging_symbols.rst docs: document how to get debugging symbols 2021-11-02 17:48:36 -07:00
helpers.rst Add type hint stubs and generate documentation from them 2020-02-25 13:39:06 -08:00
index.rst docs: add release highlights for 0.0.22 2023-01-06 15:21:43 -08:00
installation.rst libdrgn: replace gen_arch.awk with gen_arch_inc_strswitch.py 2022-03-02 16:10:43 -08:00
release_highlights.rst docs: add release highlights for 0.0.22 2023-01-06 15:21:43 -08:00
requirements.txt docs: update required Sphinx version to 5.1.1 2022-07-27 10:04:20 -07:00
user_guide.rst cli: Separate the main function from the REPL 2023-02-01 09:30:02 -08:00