diff options
author | Sanjoy Das <sanjoyd@sourceware.org> | 2011-11-20 09:09:56 +0000 |
---|---|---|
committer | Sanjoy Das <sanjoyd@sourceware.org> | 2011-11-20 09:09:56 +0000 |
commit | 784c47ee813295f2df6c5de3cf7a638e89a7d167 (patch) | |
tree | 23ff84d0ff7a6fb5ecf730a9e81ba02b0ebe85c4 /gdb/ChangeLog | |
parent | a2d08b9eeb595583d02c5a59e5126d4654389408 (diff) | |
download | gdb-784c47ee813295f2df6c5de3cf7a638e89a7d167.zip gdb-784c47ee813295f2df6c5de3cf7a638e89a7d167.tar.gz gdb-784c47ee813295f2df6c5de3cf7a638e89a7d167.tar.bz2 |
gdb/
* jit.c: Include gdb-dlfcn.h.
(loaded_jit_reader, reader_init_fn_sym): New static variables.
(jit_reader_load, jit_reader_load_command)
(jit_reader_unload_command): New functions.
(_initialize_jit): Add commands "jit-reader-load" and
"jit-reader-unload".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ff269ff..faed934 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2011-11-20 Sanjoy Das <sdas@igalia.com> + * jit.c: Include gdb-dlfcn.h. + (loaded_jit_reader, reader_init_fn_sym): New static variables. + (jit_reader_load, jit_reader_load_command) + (jit_reader_unload_command): New functions. + (_initialize_jit): Add commands "jit-reader-load" and + "jit-reader-unload". + +2011-11-20 Sanjoy Das <sdas@igalia.com> + * Makefile.in: Add gdb-dlfcn.c and gdb-dlfcn.h to build system. * config.in: Add new #define HAVE_LIBDL. * configure.ac: Add check for -ldl. |