Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * breakpoint.h, breakpoint.c: Ditto. | Andrew Cagney | 2001-10-20 | 1 | -3/+5 |
| | |||||
* | The following changes avoid polluting global namespace with the | Eli Zaretskii | 2001-08-02 | 1 | -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, not | Jim Blandy | 2001-05-06 | 1 | -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-03 | Kevin Buettner | 2001-05-04 | 1 | -2/+2 |
| | |||||
* | Update/correct copyright notices. | Kevin Buettner | 2001-03-06 | 1 | -1/+2 |
| | |||||
* | Corrected spelling errors in comments. | David Anderson | 2000-10-27 | 1 | -4/+4 |
| | | | | gdbarch.{c,sh} removed a word from a comment. | ||||
* | PARAMS removal.gdb-post-params-removal-2000-05-28 | Kevin Buettner | 2000-05-28 | 1 | -78/+72 |
| | |||||
* | Cleanup delete_breakpoint cleanups. | Andrew Cagney | 2000-05-15 | 1 | -0/+4 |
| | |||||
* | Fix various GCC warnings. | Andrew Cagney | 2000-03-29 | 1 | -0/+4 |
| | |||||
* | import gdb-2000-02-02 snapshot | Jason Molenda | 2000-02-03 | 1 | -0/+6 |
| | |||||
* | import gdb-1999-12-13 snapshot | Jason Molenda | 1999-12-14 | 1 | -0/+14 |
| | |||||
* | import gdb-1999-11-01 snapshot | Jason Molenda | 1999-11-02 | 1 | -11/+15 |
| | |||||
* | import gdb-1999-10-25 snapshot | Jason Molenda | 1999-10-26 | 1 | -4/+19 |
| | |||||
* | import gdb-1999-10-18 snapshot | Jason Molenda | 1999-10-19 | 1 | -1/+11 |
| | |||||
* | import gdb-1999-09-21 | Jason Molenda | 1999-09-22 | 1 | -3/+23 |
| | |||||
* | import gdb-1999-08-30 snapshot | Jason Molenda | 1999-08-31 | 1 | -2/+3 |
| | |||||
* | import gdb-1999-08-23 snapshot | Jason Molenda | 1999-08-23 | 1 | -25/+40 |
| | |||||
* | import gdb-1999-07-07 post reformat | Jason Molenda | 1999-07-07 | 1 | -333/+339 |
| | |||||
* | import gdb-19990422 snapshot | Stan Shebs | 1999-04-26 | 1 | -0/+1 |
| | |||||
* | Initial revision | Stan Shebs | 1999-04-16 | 1 | -0/+604 |