diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2006-11-22 10:43:34 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2006-11-22 10:43:34 +0000 |
commit | 765dc01564a52c8e8ef896ec4acef04a38d60377 (patch) | |
tree | 674bdf203ea1fe68db5d117564e93ed5cb944843 /gdb/Makefile.in | |
parent | 221ca4668b01b2fe675f7734fbb4279c2c9fd0b9 (diff) | |
download | gdb-765dc01564a52c8e8ef896ec4acef04a38d60377.zip gdb-765dc01564a52c8e8ef896ec4acef04a38d60377.tar.gz gdb-765dc01564a52c8e8ef896ec4acef04a38d60377.tar.bz2 |
2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
* breakpoint.c: Include "memattr.h".
(automatic_hardware_breakpoints): New.
(show_automatic_hardware_breakpoints): New.
(insert_bp_location): Automatically use
hardware breakpoints.
(_initialize_breakpoint): Register the "auto-hw"
variable.
* Makefile.in (breakpoint.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index d28dc08..869dd79 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1834,7 +1834,8 @@ breakpoint.o: breakpoint.c $(defs_h) $(symtab_h) $(frame_h) $(breakpoint_h) \ $(gdb_string_h) $(demangle_h) $(annotate_h) $(symfile_h) \ $(objfiles_h) $(source_h) $(linespec_h) $(completer_h) $(gdb_h) \ $(ui_out_h) $(cli_script_h) $(gdb_assert_h) $(block_h) $(solib_h) \ - $(solist_h) $(observer_h) $(exceptions_h) $(gdb_events_h) $(mi_common_h) + $(solist_h) $(observer_h) $(exceptions_h) $(gdb_events_h) $(mi_common_h) \ + $(memattr_h) bsd-kvm.o: bsd-kvm.c $(defs_h) $(cli_cmds_h) $(command_h) $(frame_h) \ $(regcache_h) $(target_h) $(value_h) $(gdbcore_h) $(gdb_assert_h) \ $(readline_h) $(bsd_kvm_h) |