summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* gdb:Tom Tromey2008-07-251-9/+8
* * block.c (block_function): Renamed to ...Daniel Jacobowitz2008-07-151-2/+3
* 2008-07-12 Pedro Alves <pedro@codesourcery.com>Pedro Alves2008-07-121-4/+3
* Replace struct continuation_args by void* and per command structs.Pedro Alves2008-07-121-22/+18
* Per-thread commands.Pedro Alves2008-07-091-8/+28
* Adjust fork/vfork/exec to pass ptids around.Pedro Alves2008-07-091-9/+10
* Add "executing" property to threads.Pedro Alves2008-07-091-1/+1
* * breakpoint.c (update_global_location_list): Add booleanPedro Alves2008-07-081-37/+44
* * breakpoint.c (mark_breakpoints_out): Make public.Pedro Alves2008-07-081-7/+12
* gdb/Jan Kratochvil2008-07-071-1/+4
* * breakpoint.c (moribund_locations): New.Vladimir Prus2008-06-281-19/+84
* * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.Daniel Jacobowitz2008-06-261-2/+0
* Introduce common cleanup for restoring integers.Vladimir Prus2008-06-101-8/+1
* gdbTom Tromey2008-06-061-3/+3
* * breakpoint.c (print_exception_catchpoint): Put 'exception' back toAleksandar Ristovski2008-06-051-2/+2
* * breakpoint.c (print_exception_catchpoint): In CLI add 'Temporary' forAleksandar Ristovski2008-05-281-12/+34
* gdb/Pedro Alves2008-05-041-69/+43
* * alpha-tdep.h (ALPHA_REGISTER_BYTES): Delete.Daniel Jacobowitz2008-05-031-10/+0
* * breakpoint.c (create_exception_catchpoint): Remove prototypeThiago Jung Bauermann2008-05-031-4/+0
* * target.h (struct target_ops): AddAndreas Schwab2008-05-021-2/+3
* PR gdb/1665Aleksandar Ristovski2008-05-011-35/+29
* * breakpoint.c (condition_command, commands_from_control_command)Joel Brobecker2008-04-261-40/+41
* * breakpoint.h (enum bpstat_what_main_action): DeletePedro Alves2008-04-251-20/+15
* * breakpoint.c (bpstat_check_location)Vladimir Prus2008-04-241-238/+275
* exec_cleanup murder.Vladimir Prus2008-04-241-46/+38
* * breakpoint.h (bp_location_p): New typedef.Vladimir Prus2008-04-241-179/+266
* * breakpoint.c (print_one_breakpoint_location): In MIVladimir Prus2008-04-241-0/+9
* 2008-04-17 Marc Khouzam <marc.khouzam@ericsson.com>Marc Khouzam2008-04-181-6/+5
* * breakpoint.c (print_one_breakpoint_location): Make sure to printJoel Brobecker2008-04-171-1/+1
* PR gdb/2424Aleksandar Ristovski2008-04-151-8/+26
* Async mode fixes.Vladimir Prus2008-03-141-5/+24
* * breakpoint.h (breakpoint_restore_shadows): NewDaniel Jacobowitz2008-03-131-57/+24
* * breakpoint.c (fetch_watchpoint_value): New function.Daniel Jacobowitz2008-03-031-62/+126
* * breakpoint.c (skip_prologue_sal): New function.Joel Brobecker2008-02-271-0/+24
* * breakpoint.c (print_one_breakpoint_location): Revert Enb fieldVladimir Prus2008-02-261-20/+8
* * breakpoint.c: #include "hashtab.h".Doug Evans2008-02-081-7/+64
* * breakpoint.c (break_command_1): Return void.Vladimir Prus2008-02-011-28/+23
* Properly rethrow exception. This fixes errorsVladimir Prus2008-02-011-3/+3
* Use multiple locations for hardware watchpoints.Vladimir Prus2008-01-291-249/+253
* Don't reset watchpoint block on solib load.Vladimir Prus2008-01-291-42/+65
* * breakpoint.c (break_command_really): New parameterVladimir Prus2008-01-221-5/+7
* * exec.c: #include "arch-utils.h"Markus Deuling2008-01-111-4/+5
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-2/+2
* * breakpoint.c: (watch_command_1): Parse additional optionalLuis Machado2007-12-171-2/+65
* * breakpoint.c (bpstat_stop_status): Check an additionalLuis Machado2007-12-171-1/+1
* * breakpoint.c (bpstat_have_active_hw_watchpoints):Vladimir Prus2007-12-161-16/+0
* Add support for pending breakpoints in MI.Vladimir Prus2007-12-141-1/+3
* * breakpoint.c (break_command_really): New, copiedVladimir Prus2007-12-141-121/+57
* Remove unused support for target-based exception catching.Jim Blandy2007-12-131-308/+6
* Support lexical blocks and function bodies that occupyJim Blandy2007-12-041-3/+1