drgn/libdrgn/python
Omar Sandoval f34f1c278f libdrgn/python: fix #includes in symbol.c
Our internal Buck build of drgn doesn't use -I$(srcdir) like automake
does, so #include "drgn.h" and #include "symbol.h" in
libdrgn/python/symbol.c don't work. "drgn.h" is included by "drgnpy.h",
so we can drop that one and use a relative path for "symbol.h" instead.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2024-04-03 11:26:18 -07:00
..
drgnpy.h python: Allow construction of Symbol objects 2024-03-11 16:43:43 -07:00
error.c libdrgn: python: add _cleanup_pydecref_ scope guard 2023-08-02 12:28:42 -07:00
helpers.c Convert helpers to use the default program 2023-11-30 14:44:51 -08:00
language.c Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
main.c Convert helpers to use the default program 2023-11-30 14:44:51 -08:00
object.c libdrgn: python: use new PyLong_AsNativeBytes() in Python 3.13 2024-03-04 10:10:23 -08:00
platform.c libdrgn: python: add _cleanup_pydecref_ scope guard 2023-08-02 12:28:42 -07:00
program.c python: Add Program.add_symbol_finder() 2024-03-11 16:43:43 -07:00
stack_trace.c python: Allow construction of Symbol objects 2024-03-11 16:43:43 -07:00
symbol.c libdrgn/python: fix #includes in symbol.c 2024-04-03 11:26:18 -07:00
test.c libdrgn: enable -Wmissing-prototypes 2023-10-02 15:54:20 -07:00
thread.c libdrgn: python: add _cleanup_pydecref_ scope guard 2023-08-02 12:28:42 -07:00
type.c libdrgn: python: don't use private dict APIs removed in Python 3.13 2024-01-17 00:32:52 -08:00
util.c Allow Program.set_core_dump() and program_from_core_dump() to accept FD 2023-09-11 10:58:50 -07:00