+
+ * gdbtk.c (gdb_get_tracepoint_info): Use info in struct
+ symtab_and_line (not struct tracepoint) so that we get the
+ real line info for an address. Arrange data more like
+ gdb_get_breakpoint_info.
+ (tracepoint_notify): Use info in struct symtab_and_line again.
+ (gdbtk_init): Add command "gdb_get_tracepoint_list" into
+ interpreter.
+ (gdb_get_tracepoint_list): New function that aids the source
+ window in displaying tracepoints when the file changes.
+
* d30v-tdep.c : don't bury lots of magic numbers in the code
* dwarf2read.c (dwarf2_build_psymtabs_hard): Check
cu_header.length is within dwarf_info_buffer not
dwarf_abbrev_buffer.
-
-
- * gdbtk.c (gdb_get_tracepoint_info): use info in struct
- symtab_and_line, not struct tracepoint.
- (tracepoint_notify): use info in struct symtab_and_line,
- not struct tracepoint
-
+
* tracepoint.c (memrange_sortmerge): allow for memranges
- * gdbtk.c (gdbtk_init): add gdb_find_file to interpreter
- (gdb_find_file_command): new function searches source_path to
- find real full filename
+ * gdbtk.c (gdbtk_init): Add gdb_find_file into interpreter.
+ (gdb_find_file_command): New function which searches source path
+ to find the real full filename of a file.
- * tracepoint.c: add declaration for x_command
+ * tracepoint.c: Add declaration for x_command.
- * printcmd.c (x_command): remove static declaration
+ * printcmd.c (x_command): Remove static declaration.