drgn/libdrgn
Omar Sandoval 084e636341 libdrgn: add DRGN_ERROR_NOT_IMPLEMENTED
This will be used for partial 128-bit object support. There are other
places that should probably be converted to use it.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2022-04-28 13:38:38 -07:00
..
build-aux libdrgn: replace gen_arch.awk with gen_arch_inc_strswitch.py 2022-03-02 16:10:43 -08:00
examples Fix various lints 2022-02-17 10:45:42 -08:00
include libdrgn: add latest elf.h and dwarf.h to support elfutils 0.165 2021-03-21 23:18:39 -07:00
m4 libdrgn: add autoconf option to enable compiler warnings 2022-03-01 15:38:05 -08:00
python libdrgn: add DRGN_ERROR_NOT_IMPLEMENTED 2022-04-28 13:38:38 -07:00
.gitignore libdrgn: use memswitch for linux_kernel_object_find 2022-02-08 02:03:11 -08:00
arch_aarch64.c libdrgn: add stub AArch64 architecture with relocation implementation 2022-04-19 00:23:56 -07:00
arch_arm.c libdrgn: add stub Arm architecture with relocation implementation 2022-04-19 00:25:05 -07:00
arch_i386.c libdrgn: add stub i386 architecture with relocation implementation 2022-04-19 00:21:59 -07:00
arch_ppc64.c libdrgn: ppc64: add relocation implementation 2022-04-18 17:56:37 -07:00
arch_ppc64.defs Use GPL-3.0-or-later license identifier instead of GPL-3.0+ 2021-04-03 01:10:35 -07:00
arch_register_layout.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
arch_riscv.c libdrgn: add stub RISC-V architecture with relocation implementation 2022-04-19 11:51:23 -07:00
arch_x86_64.c libdrgn: x86_64: implement more relocation types 2022-04-18 17:56:37 -07:00
arch_x86_64.defs Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
array.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
binary_buffer.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
binary_buffer.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
binary_search_tree.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
bitops.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
cfi.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
cfi.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
cityhash.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
configure.ac drgn 0.0.18 2022-03-03 00:30:06 -08:00
debug_info.c libdrgn: support SHT_REL relocations 2022-04-18 17:56:37 -07:00
debug_info.h libdrgn: handle reading data from SHT_NOBITS sections 2022-01-27 12:23:09 -08:00
Doxyfile libdrgn: clean up stale comment references and Doxygen warnings 2021-03-16 16:15:43 -07:00
drgn.h.in libdrgn: add DRGN_ERROR_NOT_IMPLEMENTED 2022-04-28 13:38:38 -07:00
dwarf_info.c libdrgn: fix for compilation error 2021-12-14 11:48:00 -08:00
dwarf_info.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
error.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
error.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
hash_table.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
hash_table.h libdrgn: hash_table: sanity check integer sizes more 2022-04-12 16:18:46 -07:00
helpers.h Implement a new API for representing threads 2022-01-11 17:28:17 -08:00
kdump.c libdrgn: add stub RISC-V architecture with relocation implementation 2022-04-19 11:51:23 -07:00
language_c.c Enable prog.type to work with classes 2022-02-22 14:55:23 -08:00
language.c Fix various lints 2022-02-17 10:45:42 -08:00
language.h Enable prog.type to work with classes 2022-02-22 14:55:23 -08:00
lazy_object.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
lazy_object.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
lexer.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
lexer.h Enable prog.type to work with classes 2022-02-22 14:55:23 -08:00
linux_kernel_helpers.c Fix various lints 2022-02-17 10:45:42 -08:00
linux_kernel_object_find.inc.strswitch libdrgn: use memswitch for linux_kernel_object_find 2022-02-08 02:03:11 -08:00
linux_kernel.c Fix various lints 2022-02-17 10:45:42 -08:00
linux_kernel.h Implement a new API for representing threads 2022-01-11 17:28:17 -08:00
Makefile.am libdrgn: add stub RISC-V architecture with relocation implementation 2022-04-19 11:51:23 -07:00
memory_reader.c libdrgn: memory_reader: remove unnecessary include 2021-12-08 15:12:11 -08:00
memory_reader.h libdrgn: fix handling of p_filesz < p_memsz in core dumps 2021-12-08 00:02:44 -08:00
minmax.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
nstring.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
object_index.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
object_index.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
object.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
object.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
orc_info.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
orc_info.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
orc.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
path.c Fix various lints 2022-02-17 10:45:42 -08:00
path.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
platform.c libdrgn: add stub RISC-V architecture with relocation implementation 2022-04-19 11:51:23 -07:00
platform.h libdrgn: add stub RISC-V architecture with relocation implementation 2022-04-19 11:51:23 -07:00
pp.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
program.c libdrgn: fix drgn_program_crashed_thread() on !SMP kernels 2022-04-01 15:10:04 -07:00
program.h Fix various lints 2022-02-17 10:45:42 -08:00
register_state.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
register_state.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
serialize.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
serialize.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
splay_tree.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
stack_trace.c Implement a new API for representing threads 2022-01-11 17:28:17 -08:00
stack_trace.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
string_builder.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
string_builder.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
symbol.c Add methods to return multiple matching symbols 2022-01-15 11:44:33 -08:00
symbol.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
type.c Enable prog.type to work with classes 2022-02-22 14:55:23 -08:00
type.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
util.h libdrgn: make memdup() take a const void * 2022-04-27 00:37:46 -07:00
vector.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
vector.h Update copyright headers to Meta 2021-11-21 15:59:44 -08:00