mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* dwarf2read.c (free_dwo_file): Remove assert.
gdb/testsuite * gdb.dwarf2/fission-reread.exp: Add unload test.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2013-01-29 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* dwarf2read.c (free_dwo_file): Remove assert.
|
||||||
|
|
||||||
2013-01-29 Tom Tromey <tromey@redhat.com>
|
2013-01-29 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* value.c (deprecated_set_value_modifiable): Remove.
|
* value.c (deprecated_set_value_modifiable): Remove.
|
||||||
|
@ -9240,7 +9240,6 @@ free_dwo_file (struct dwo_file *dwo_file, struct objfile *objfile)
|
|||||||
int ix;
|
int ix;
|
||||||
struct dwarf2_section_info *section;
|
struct dwarf2_section_info *section;
|
||||||
|
|
||||||
gdb_assert (dwo_file->dbfd != objfile->obfd);
|
|
||||||
gdb_bfd_unref (dwo_file->dbfd);
|
gdb_bfd_unref (dwo_file->dbfd);
|
||||||
|
|
||||||
VEC_free (dwarf2_section_info_def, dwo_file->sections.types);
|
VEC_free (dwarf2_section_info_def, dwo_file->sections.types);
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2013-01-29 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* gdb.dwarf2/fission-reread.exp: Add unload test.
|
||||||
|
|
||||||
2013-01-28 Doug Evans <dje@google.com>
|
2013-01-28 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
* gdb.dwarf2/fission-loclists.exp: New file.
|
* gdb.dwarf2/fission-loclists.exp: New file.
|
||||||
|
@ -32,3 +32,7 @@ gdb_test "break main" "Breakpoint.*at.*"
|
|||||||
|
|
||||||
# If we get this far gdb didn't crash, nor did an error occur.
|
# If we get this far gdb didn't crash, nor did an error occur.
|
||||||
pass $testfile
|
pass $testfile
|
||||||
|
|
||||||
|
gdb_unload
|
||||||
|
# If we get this far gdb didn't crash, nor did an error occur.
|
||||||
|
pass "$testfile - unload"
|
||||||
|
Reference in New Issue
Block a user