From 7d03f2eb64305b386f2ae8b733e0a2a143fd4ffd Mon Sep 17 00:00:00 2001 From: Hui Zhu Date: Mon, 10 Mar 2014 15:42:26 +0800 Subject: [PATCH] Remove "hardware" from comments of "target_insert_breakpoint" This function is for simple breakpoint. So I post a patch to remove "hardware". Thanks, Hui 2014-03-10 Hui Zhu * target.h (target_insert_breakpoint): Remove "hardware" from its comments. --- gdb/ChangeLog | 5 +++++ gdb/target.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bf9c0f7..60087c7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-03-10 Hui Zhu + + * target.h (target_insert_breakpoint): Remove "hardware" from its + comments. + 2014-03-07 Doug Evans * dwarf2read.c (read_str_index): Rename local dwo_name to objf_name. diff --git a/gdb/target.h b/gdb/target.h index db9f5c3..0d4e5ff 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1319,7 +1319,7 @@ int target_write_memory_blocks (VEC(memory_write_request_s) *requests, #define target_files_info() \ (*current_target.to_files_info) (¤t_target) -/* Insert a hardware breakpoint at address BP_TGT->placed_address in +/* Insert a breakpoint at address BP_TGT->placed_address in the target machine. Returns 0 for success, and returns non-zero or throws an error (with a detailed failure reason error code and message) otherwise. */ -- 2.7.4