]> sourceware.org Git - insight.git/commit
Upgrade submodule, sync patch and code.
authorPatrick Monnerat <patrick@monnerat.net>
Sat, 15 Apr 2017 00:24:51 +0000 (01:24 +0100)
committerPatrick Monnerat <patrick@monnerat.net>
Sat, 15 Apr 2017 00:24:51 +0000 (01:24 +0100)
commit653c6cf07be95197ff75adb2b20e68ba88c0bfd7
tree878784486743a1a5d599b2a8747181581e404237
parent6393aa6d793b791292227ec02943fa0239ac786a
Upgrade submodule, sync patch and code.

Several gdb function arguments and structure members are now unique pointer
types event_location_up and command_line_up instead of struct event_location *
and struct command_line * respectively.
Code changes in this commit adapt the insight-specfic code to this situation.

* gdbtk/generic/gdbtk-bp.c (gdb_get_breakpoint_info): convert breakpoint
  location to a regular pointer.
  (gdb_set_bp): use an event_location_up local variable.
  No more cleanup needed.
  (gdb_actions_command): use a command_line_up local variable.
  (tracepoint_exists): use an event_location_up local variable.
  No more cleanup needed.
* gdbtk/generic/gdbtk-cmds.c (gdb_get_line_command): likewise.
  (gdb_get_file_command): likewise.
  (gdb_get_function_command): likewise.
* gdbtk/generic/gdbtk-stack.c (gdb_get_vars_command): likewise.
binutils-gdb
gdbtk/generic/gdbtk-bp.c
gdbtk/generic/gdbtk-cmds.c
gdbtk/generic/gdbtk-stack.c
patches/binutils-gdb/006-add_file_handler-implement-a-mask-parameter.patch
This page took 0.024269 seconds and 5 git commands to generate.