summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
Commit message (Collapse)AuthorAgeFilesLines
* * breakpoint.h, breakpoint.c: Ditto.Andrew Cagney2001-10-201-3/+5
|
* The following changes avoid polluting global namespace with theEli Zaretskii2001-08-021-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `enable' and `disable' identifiers, because some platforms define in their system headers symbols with global scope that go by those names. * breakpoint.h (enum enable_state): Rename from `enum enable'. Also rename all the enum members to have the "bp_" prefix. (struct breakpoint): Rename the `enable' member to `enable_state'. (enum bpdisp): Rename all members to have the "disp_" prefix. * breakpoint.c: All users of `enum enable' and `enum bpdisp' changed. (args_for_catchpoint_enable): Rename the `enable' member to `enable_p'. All users changed. * tracepoint.h (enum enable): Remove. (struct tracepoint): The member `enabled' is now `int enabled_p'. * tracepoint.c: All users of the `enabled' member changed. * printcmd.c (struct display): The `status' member is now an int. * memattr.h (struct mem_region): Rename the `status' member to `enabled_p'. (enum enable): Remove. * memattr.c: Change all users of the `status' member of struct mem_region to use `enabled_p' instead. * infcmd.c (run_stack_dummy): Use disp_del instead of del. * go32-nat.c: Remove the kludgey work-around for conflicts between <dos.h> and "breakpoint.h". * tui/tuiSourceWin.c: Use disp_del instead of del. * tui/tuiSource.c: Use disp_del instead of del. * tui/tuiDisassem.c: Use disp_del instead of del.
* * breakpoint.c (check_duplicates): Use the breakpoint's type, notJim Blandy2001-05-061-10/+9
| | | | | | | its address, to decide whether it's a watchpoint or not. Zero is a valid code address. (update_breakpoints_after_exec): Admonishing comments. * breakpoint.h (struct breakpoint): Doc fixes.
* Phase 1 of the ptid_t changes.gdb-post-ptid_t-2001-05-03Kevin Buettner2001-05-041-2/+2
|
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+2
|
* Corrected spelling errors in comments.David Anderson2000-10-271-4/+4
| | | | gdbarch.{c,sh} removed a word from a comment.
* PARAMS removal.gdb-post-params-removal-2000-05-28Kevin Buettner2000-05-281-78/+72
|
* Cleanup delete_breakpoint cleanups.Andrew Cagney2000-05-151-0/+4
|
* Fix various GCC warnings.Andrew Cagney2000-03-291-0/+4
|
* import gdb-2000-02-02 snapshotJason Molenda2000-02-031-0/+6
|
* import gdb-1999-12-13 snapshotJason Molenda1999-12-141-0/+14
|
* import gdb-1999-11-01 snapshotJason Molenda1999-11-021-11/+15
|
* import gdb-1999-10-25 snapshotJason Molenda1999-10-261-4/+19
|
* import gdb-1999-10-18 snapshotJason Molenda1999-10-191-1/+11
|
* import gdb-1999-09-21Jason Molenda1999-09-221-3/+23
|
* import gdb-1999-08-30 snapshotJason Molenda1999-08-311-2/+3
|
* import gdb-1999-08-23 snapshotJason Molenda1999-08-231-25/+40
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-333/+339
|
* import gdb-19990422 snapshotStan Shebs1999-04-261-0/+1
|
* Initial revisionStan Shebs1999-04-161-0/+604