]> sourceware.org Git - newlib-cygwin.git/commit
Apply const qualifier to some users of bp_location.
authorVladimir Prus <vladimir@codesourcery.com>
Thu, 15 Nov 2007 06:52:53 +0000 (06:52 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Thu, 15 Nov 2007 06:52:53 +0000 (06:52 +0000)
commitb689366feb08733300a2613ea7189465d77532ca
tree0e876c50ca10f4da130e7dd81aea04cd116f15d8
parenta64b392f19c4d41d01cae322ad444fc5c5ea1bda
Apply const qualifier to some users of bp_location.
* breakpoint.h (struct bpstats): Make
the breakpoint_at field point at const bp_location.
* breakpoint.c (bpstat_alloc): Accept const
bp_location.
(breakpoint_here_p, breakpoint_inserted_here_p)
(software_breakpoint_inserted_here_p)
(breakpoint_thread_match, bpstat_stop_status)
(read_memory_nobpt, bpstat_have_active_hw_watchpoints): Use
const bp_location for iteration.
(print_it_typical, print_bp_stop_message): Use
const bp_location variable.
ChangeLog
This page took 0.028898 seconds and 5 git commands to generate.