aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-15 * block.c (block_function): Renamed to ...Daniel Jacobowitz1-2/+3
2008-07-122008-07-12 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-4/+3
2008-07-12 Replace struct continuation_args by void* and per command structs.Pedro Alves1-22/+18
2008-07-09 Per-thread commands.Pedro Alves1-8/+28
2008-07-09 Adjust fork/vfork/exec to pass ptids around.Pedro Alves1-9/+10
2008-07-09 Add "executing" property to threads.Pedro Alves1-1/+1
2008-07-08 * breakpoint.c (update_global_location_list): Add booleanPedro Alves1-37/+44
2008-07-08 * breakpoint.c (mark_breakpoints_out): Make public.Pedro Alves1-7/+12
2008-07-07gdb/Jan Kratochvil1-1/+4
2008-06-28 * breakpoint.c (moribund_locations): New.Vladimir Prus1-19/+84
2008-06-26 * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.Daniel Jacobowitz1-2/+0
2008-06-10 Introduce common cleanup for restoring integers.Vladimir Prus1-8/+1
2008-06-06gdbTom Tromey1-3/+3
2008-06-05 * breakpoint.c (print_exception_catchpoint): Put 'exception' back toAleksandar Ristovski1-2/+2
2008-05-28 * breakpoint.c (print_exception_catchpoint): In CLI add 'Temporary' forAleksandar Ristovski1-12/+34
2008-05-04gdb/Pedro Alves1-69/+43
2008-05-03 * alpha-tdep.h (ALPHA_REGISTER_BYTES): Delete.Daniel Jacobowitz1-10/+0
2008-05-03 * breakpoint.c (create_exception_catchpoint): Remove prototypeThiago Jung Bauermann1-4/+0
2008-05-02* target.h (struct target_ops): AddAndreas Schwab1-2/+3
2008-05-01 PR gdb/1665Aleksandar Ristovski1-35/+29
2008-04-26 * breakpoint.c (condition_command, commands_from_control_command)Joel Brobecker1-40/+41
2008-04-25 * breakpoint.h (enum bpstat_what_main_action): DeletePedro Alves1-20/+15
2008-04-24 * breakpoint.c (bpstat_check_location)Vladimir Prus1-238/+275
2008-04-24 exec_cleanup murder.Vladimir Prus1-46/+38
2008-04-24 * breakpoint.h (bp_location_p): New typedef.Vladimir Prus1-179/+266
2008-04-24 * breakpoint.c (print_one_breakpoint_location): In MIVladimir Prus1-0/+9
2008-04-182008-04-17 Marc Khouzam <marc.khouzam@ericsson.com>Marc Khouzam1-6/+5
2008-04-17 * breakpoint.c (print_one_breakpoint_location): Make sure to printJoel Brobecker1-1/+1
2008-04-15PR gdb/2424Aleksandar Ristovski1-8/+26
2008-03-14 Async mode fixes.Vladimir Prus1-5/+24
2008-03-13 * breakpoint.h (breakpoint_restore_shadows): NewDaniel Jacobowitz1-57/+24
2008-03-03 * breakpoint.c (fetch_watchpoint_value): New function.Daniel Jacobowitz1-62/+126
2008-02-27 * breakpoint.c (skip_prologue_sal): New function.Joel Brobecker1-0/+24
2008-02-26 * breakpoint.c (print_one_breakpoint_location): Revert Enb fieldVladimir Prus1-20/+8
2008-02-08 * breakpoint.c: #include "hashtab.h".Doug Evans1-7/+64
2008-02-01 * breakpoint.c (break_command_1): Return void.Vladimir Prus1-28/+23
2008-02-01 Properly rethrow exception. This fixes errorsVladimir Prus1-3/+3
2008-01-29 Use multiple locations for hardware watchpoints.Vladimir Prus1-249/+253
2008-01-29 Don't reset watchpoint block on solib load.Vladimir Prus1-42/+65
2008-01-22 * breakpoint.c (break_command_really): New parameterVladimir Prus1-5/+7
2008-01-11 * exec.c: #include "arch-utils.h"Markus Deuling1-4/+5
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-2/+2
2007-12-17 * breakpoint.c: (watch_command_1): Parse additional optionalLuis Machado1-2/+65
2007-12-17 * breakpoint.c (bpstat_stop_status): Check an additionalLuis Machado1-1/+1
2007-12-16 * breakpoint.c (bpstat_have_active_hw_watchpoints):Vladimir Prus1-16/+0
2007-12-14 Add support for pending breakpoints in MI.Vladimir Prus1-1/+3
2007-12-14 * breakpoint.c (break_command_really): New, copiedVladimir Prus1-121/+57
2007-12-13Remove unused support for target-based exception catching.Jim Blandy1-308/+6
2007-12-04Support lexical blocks and function bodies that occupyJim Blandy1-3/+1
2007-11-30 Make insert_breakpoints return void.Vladimir Prus1-5/+4