Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 1 | -6/+6 | |
2000-11-10 | * inferior.h (step_over_calls_kind): New enum to clarify values in | Christopher Faylor | 1 | -5/+31 | |
step_over_calls. * infcmd.c (step_over_calls): Change definition. (step_1): Use new enum values in relation to step_over_calls. (step_once): Ditto. (until_next_command): Ditto. * infrun.c (clear_proceed_status): Ditto. (handle_inferior_event): Ditto. * inferior.h (step_stop_if_no_debug): New variable. * infrun.c (step_stop_if_no_debug): Declare. (handle_inferior_event): Stop the step command if we entered a function without line info. (_initialize_infrun): New command 'set step-mode' to control the step command. * infcmd.c (step_once): Switch to stepi mode if there is no line info (and switching is enabled). | |||||
2000-11-06 | 2000-11-06 Fernando Nasser <fnasser@cygnus.com> | Fernando Nasser | 1 | -2/+2 | |
From Steven Johnson <sbjohnson@ozemail.com.au>: This set of changes add "hookpost-" as an expansion on the original hooking of commands to GDB. A Hook may now be run "AFTER" execution of a command as well as before. * command.h (struct cmd_list_element): Changed elements hook and hookee to hook_pre and hookee_pre respectively. Added hook_post and hookee_post for the post hook command operation. Added hook_in so that an executing hook can be flagged to prevent recursion. * command.c (add_cmd): Changed initilization of cmd_list_element to reflect above changes. (delete_cmd): Remove both pre and post hooks. (help_cmd): Notify that the command has pre and/or post hooks. * infrun.c (normal_stop): Change references to hook_pre from hook. * top.c (execute_command): Run both pre and post hooks. (define_command): Allow definition of both pre and post hooks. The definition of pre-hooks is done as before, with the "hook-" prefix for backward compatibility. | |||||
2000-10-30 | * eval.c (parse_and_eval_long): New function. | David Taylor | 1 | -1/+1 | |
* value.h: Declare it. * breakpoint.c (breakpoints_info, maintenance_info_breakpoints): Call parse_and_eval_long, not parse_and_eval_address. * command.c (do_setshow_command): Ditto. * infcmd.c (step_1, signal_command, continue_command): Ditto. * infrun.c (signals_info): Ditto. * stack.c (set_backtrace_limit_command, backtrace_command_1, up_silently_base, down_silently_base): Ditto. * tracepoints.c (tracepoints_info, trace_find_command, trace_find_tracepoint_command): Ditto. * valprint.c (set_radix): Ditto. * values.c (show_values): Ditto. | |||||
2000-10-27 | Corrected spelling errors in comments. | David Anderson | 1 | -1/+1 | |
gdbarch.{c,sh} removed a word from a comment. | |||||
2000-09-02 | Corrected spelling in comment: unles -> unless. | David Anderson | 1 | -1/+1 | |
2000-07-30 | Protoization. | Kevin Buettner | 1 | -2/+1 | |
2000-06-08 | Botch in previous change. Was comparing against "ask" instead of | Andrew Cagney | 1 | -1/+1 | |
follow_fork_mode_ask. | |||||
2000-06-08 | Change signature of function add_set_enum_cmd() so that it uses | Andrew Cagney | 1 | -38/+24 | |
constant character pointers. Update everything. As a consequence fix infrun's follow-fork plugging a small memory leak. | |||||
2000-05-22 | Purge (almost) make_cleanup_func. | Andrew Cagney | 1 | -4/+15 | |
2000-05-16 | Fix signature of add_set_enum_cmd. Change VAR parameter to char**. | Andrew Cagney | 1 | -2/+2 | |
Cleanup signature of add_set_cmd. Change VAR parameter to void*. | |||||
2000-05-04 | * infrun.c (handle_inferior_event): Add missing call to keep_going | Mark Kettenis | 1 | -0/+2 | |
and missing return when handling an ordinary signal from the inferior. | |||||
2000-05-03 | * infrun.c (handle_inferior_event): When doing a "next", and | Mark Kettenis | 1 | -1/+15 | |
stepping out of a signal handler into its calling trampoline ignore the value of step_frame_address. (step_over_function): Only modify step_resume_breakpoint->frame if the value of step_frame_address is non-zero. | |||||
2000-05-02 | revert 1.9. Not approved. | Andrew Cagney | 1 | -2/+0 | |
2000-05-02 | re-do how gdbarch provides non-multi arch defaults so that non- | Andrew Cagney | 1 | -0/+2 | |
multi-arch gdbservers can continue to compile. | |||||
2000-04-20 | Append NULL to enum based commands follow-fork and scheduler-locking. | Andrew Cagney | 1 | -8/+13 | |
2000-04-13 | * infrun.c (proceed, normal_stop): Change the error message about | Eli Zaretskii | 1 | -4/+8 | |
failure to insert breakpoints/watchpoints so that it makes sense even if ptrace is not used or no other processes can be active. | |||||
2000-04-05 | * infrun.c (handle_inferior_event): Call target_mourn_inferior | Nicholas Duffek | 1 | -6/+6 | |
instead of kill_target. | |||||
2000-03-28 | 2000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> | Michael Snyder | 1 | -0/+19 | |
breakpoint.c, breakpoint.h (remove_hw_watchpoints): New function. infrun.c (resume): Remove hardware watchpoints before stepping when CANNOT_STEP_HW_WATCHPOINTS is nonzero. | |||||
2000-02-29 | Add more checks for no stack frame. | Andrew Cagney | 1 | -1/+2 | |
2000-02-23 | Add mi/ and testsuite/gdb.mi/ subdirectories. | Andrew Cagney | 1 | -0/+23 | |
Add --enable-gdbmi option to configury. Add mi rules to Makefile.in Add mi conditional output to event-top.c infrun.c main.c top.c. Add -i=mi option. | |||||
2000-02-09 | Replace ../include/wait.h with gdb_wait.h. | Andrew Cagney | 1 | -1/+1 | |
2000-02-05 | import gdb-2000-02-04 snapshot | Jason Molenda | 1 | -6/+7 | |
2000-02-03 | import gdb-2000-02-02 snapshot | Jason Molenda | 1 | -0/+47 | |
2000-01-18 | import gdb-2000-01-17 snapshot | Jason Molenda | 1 | -8/+8 | |
2000-01-06 | import gdb-2000-01-05 snapshot | Jason Molenda | 1 | -22/+6 | |
1999-12-14 | import gdb-1999-12-13 snapshot | Jason Molenda | 1 | -0/+11 | |
1999-12-07 | import gdb-1999-12-06 snapshot | Jason Molenda | 1 | -26/+38 | |
1999-11-09 | import gdb-1999-11-08 snapshot | Jason Molenda | 1 | -30/+96 | |
1999-10-19 | import gdb-1999-10-18 snapshot | Jason Molenda | 1 | -65/+25 | |
1999-10-05 | import gdb-1999-10-04 snapshot | Jason Molenda | 1 | -31/+4 | |
1999-09-28 | import gdb-1999-09-28 snapshot | Jason Molenda | 1 | -58/+29 | |
1999-09-22 | import gdb-1999-09-21 | Jason Molenda | 1 | -59/+96 | |
1999-09-09 | import gdb-1999-09-08 snapshot | Stan Shebs | 1 | -171/+280 | |
1999-08-31 | import gdb-1999-08-30 snapshot | Jason Molenda | 1 | -118/+186 | |
1999-08-23 | import gdb-1999-08-23 snapshot | Jason Molenda | 1 | -3/+9 | |
1999-08-16 | import gdb-1999-08-16 snapshot | Jason Molenda | 1 | -1/+1 | |
1999-08-09 | import gdb-1999-08-09 snapshot | Jason Molenda | 1 | -177/+101 | |
1999-08-02 | import gdb-1999-08-02 snapshot | Jason Molenda | 1 | -49/+65 | |
1999-07-19 | import gdb-1999-07-19 snapshot | Jason Molenda | 1 | -1/+4 | |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -1599/+1602 | |
1999-07-05 | import gdb-1999-07-05 snapshot | Jason Molenda | 1 | -7/+116 | |
1999-06-14 | import gdb-1999-06-14 snapshot | Jason Molenda | 1 | -0/+3 | |
1999-05-25 | import gdb-1999-05-25 snapshot | Jason Molenda | 1 | -1/+27 | |
1999-05-19 | import gdb-1999-0519 | Jason Molenda | 1 | -1/+1 | |
1999-05-11 | import gdb-1999-05-10 | Stan Shebs | 1 | -280/+377 | |
1999-05-05 | import gdb-19990504 snapshot | Stan Shebs | 1 | -52/+87 | |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -251/+263 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+3775 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -3735/+0 | |