diff options
author | Yao Qi <yao.qi@linaro.org> | 2016-03-23 11:21:20 +0000 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2016-03-23 11:21:20 +0000 |
commit | cc651c1cdd00dc821a0906dc648e89d71dcfc963 (patch) | |
tree | 9691be482e349d047d4675eb4d1f8bed930d7713 /gdb/gdbarch.h | |
parent | a140626a94b290eea537058f9b8d4a382ebe4a22 (diff) | |
download | gdb-cc651c1cdd00dc821a0906dc648e89d71dcfc963.zip gdb-cc651c1cdd00dc821a0906dc648e89d71dcfc963.tar.gz gdb-cc651c1cdd00dc821a0906dc648e89d71dcfc963.tar.bz2 |
Remove comments on software_single_step in gdbarch.sh
This comment is out of date. We've already done that. Patch is to remove
it.
gdb:
2016-03-23 Yao Qi <yao.qi@linaro.org>
* gdbarch.sh (software_single_step): Remove comments.
* gdbarch.h: Regenerated.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r-- | gdb/gdbarch.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h index 2225c76..252fc4b 100644 --- a/gdb/gdbarch.h +++ b/gdb/gdbarch.h @@ -646,10 +646,6 @@ extern void set_gdbarch_addr_bits_remove (struct gdbarch *gdbarch, gdbarch_addr_ indicates if the target needs software single step. An ISA method to implement it. - FIXME/cagney/2001-01-18: This should be replaced with something that inserts - breakpoints using the breakpoint system instead of blatting memory directly - (as with rs6000). - FIXME/cagney/2001-01-18: The logic is backwards. It should be asking if the target can single step. If not, then implement single step using breakpoints. |