]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/breakpoint.c
* inferior.h (stop_bpstat): Delete.
[thirdparty/binutils-gdb.git] / gdb / breakpoint.c
2008-09-08  Pedro Alves * inferior.h (stop_bpstat): Delete.
2008-09-05  Ulrich Weigand * breakpoint.h (struct bp_location): Change type of...
2008-09-03  Aleksandar Ristovski * breakpoint.c (breakpoint_init_inferior): Mark as...
2008-09-02  Pedro Alves * breakpoint.c (insert_breakpoints, update_global_loca...
2008-08-26  Ulrich Weigand * breakpoint.c (remove_breakpoint): Do not fail if...
2008-08-22  Ulrich Weigand * breakpoint.c (create_overlay_event_breakpoint):...
2008-08-17  Tom Tromeygdb:
2008-08-16  Thiago Jung Bauermanngdb/
2008-08-13  Pedro Alvesgdb/
2008-08-06  Phil Muldoon2008-08-06 Phil Muldoon <pmuldoon@redhat.com>
2008-08-06  Michael Snyder2008-08-05 Phil Muldoon <pmuldoon@redhat.com>
2008-07-28  Tom Tromey * annotate.h (deprecated_annotate_starting_hook):...
2008-07-25  Tom Tromeygdb:
2008-07-15  Daniel Jacobowitz * block.c (block_function): Renamed to ...
2008-07-12  Pedro Alves2008-07-12 Pedro Alves <pedro@codesourcery.com>
2008-07-12  Pedro Alves Replace struct continuation_args by void* and per...
2008-07-09  Pedro Alves Per-thread commands.
2008-07-09  Pedro Alves Adjust fork/vfork/exec to pass ptids around.
2008-07-09  Pedro Alves Add "executing" property to threads.
2008-07-08  Pedro Alves * breakpoint.c (update_global_location_list): Add...
2008-07-08  Pedro Alves * breakpoint.c (mark_breakpoints_out): Make public.
2008-07-07  Jan Kratochvilgdb/
2008-06-28  Vladimir Prus * breakpoint.c (moribund_locations): New.
2008-06-26  Daniel Jacobowitz * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.
2008-06-10  Vladimir Prus Introduce common cleanup for restoring integers.
2008-06-06  Tom Tromeygdb
2008-06-05  Aleksandar Ristovski * breakpoint.c (print_exception_catchpoint): Put ...
2008-05-28  Aleksandar Ristovski * breakpoint.c (print_exception_catchpoint): In CLI...
2008-05-04  Pedro Alvesgdb/
2008-05-03  Daniel Jacobowitz * alpha-tdep.h (ALPHA_REGISTER_BYTES): Delete.
2008-05-03  Thiago Jung Bauermann * breakpoint.c (create_exception_catchpoint): Remove...
2008-05-02  Andreas Schwab* target.h (struct target_ops): Add
2008-05-01  Aleksandar Ristovski PR gdb/1665
2008-04-26  Joel Brobecker * breakpoint.c (condition_command, commands_fro...
2008-04-25  Pedro Alves * breakpoint.h (enum bpstat_what_main_action): Delete
2008-04-24  Vladimir Prus * breakpoint.c (bpstat_check_location)
2008-04-24  Vladimir Prus exec_cleanup murder.
2008-04-24  Vladimir Prus * breakpoint.h (bp_location_p): New typedef.
2008-04-24  Vladimir Prus * breakpoint.c (print_one_breakpoint_location): In MI
2008-04-18  Marc Khouzam2008-04-17 Marc Khouzam <marc.khouzam@ericsson.com>
2008-04-17  Joel Brobecker * breakpoint.c (print_one_breakpoint_location...
2008-04-15  Aleksandar RistovskiPR gdb/2424
2008-03-14  Vladimir Prus Async mode fixes.
2008-03-13  Daniel Jacobowitz * breakpoint.h (breakpoint_restore_shadows): New
2008-03-03  Daniel Jacobowitz * breakpoint.c (fetch_watchpoint_value): New function.
2008-02-27  Joel Brobecker * breakpoint.c (skip_prologue_sal): New function.
2008-02-26  Vladimir Prus * breakpoint.c (print_one_breakpoint_location): Revert...
2008-02-08  Doug Evans * breakpoint.c: #include "hashtab.h".
2008-02-01  Vladimir Prus * breakpoint.c (break_command_1): Return void.
2008-02-01  Vladimir Prus Properly rethrow exception. This fixes errors
2008-01-29  Vladimir Prus Use multiple locations for hardware watchpoints.
2008-01-29  Vladimir Prus Don't reset watchpoint block on solib load.
2008-01-22  Vladimir Prus * breakpoint.c (break_command_really): New parameter
2008-01-11  Markus Deuling * exec.c: #include "arch-utils.h"
2008-01-01  Daniel Jacobowitz Updated copyright notices for most files.
2007-12-17  Luis Machado * breakpoint.c: (watch_command_1): Parse addition...
2007-12-17  Luis Machado * breakpoint.c (bpstat_stop_status): Check an additional
2007-12-16  Vladimir Prus * breakpoint.c (bpstat_have_active_hw_watchpoints):
2007-12-14  Vladimir Prus Add support for pending breakpoints in MI.
2007-12-14  Vladimir Prus * breakpoint.c (break_command_really): New, copied
2007-12-13  Jim BlandyRemove unused support for target-based exception catching.
2007-12-04  Jim BlandySupport lexical blocks and function bodies that occupy
2007-11-30  Vladimir Prus Make insert_breakpoints return void.
2007-11-29  Vladimir Prus Stop infrun from tracking breakpoint insertion status.
2007-11-28  Jim Blandy* breakpoint.c (watch_command_1): When the watchpoint...
2007-11-23  Vladimir Prus * breakpoint.c (insert_breakpoints)
2007-11-20  Vladimir Prus Remove unused breakpoint fields.
2007-11-20  Vladimir Prus * breakpoint.c (disable_breakpoints_in_unloaded_shlib):
2007-11-15  Vladimir Prus Apply const qualifier to some users of bp_location.
2007-11-15  Vladimir Prus Make mark_breakpoints_out static.
2007-11-15  Vladimir Prus Prevent clear_command from directly modifying breakpoi...
2007-11-08  Vladimir Prus * breakpoint.c (break_command_1): Remove
2007-11-05  Joel Brobecker * breakpoint.c (set_raw_breakpoint_without_loca...
2007-11-05  Joel Brobecker * breakpoint.h (create_solib_load_event_breakpoint)
2007-11-05  Joel Brobecker * breakpoint.h (set_breakpoint_sal): Remove...
2007-10-12  Ulrich Weigand * breakpoint.c (breakpoint_sals_to_pc): Do not check for
2007-10-11  Kazu Hirata * breakpoint.c (do_enable_breakpoint): Delay enabling...
2007-10-08  Pierre Muller2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
2007-10-01  Daniel Jacobowitz2007-09-16 Daniel Jacobowitz <dan@codesourcery.com>
2007-09-26  Vladimir Prus * breakpoint.c (create_breakpoint): Set
2007-09-24  Vladimir Prus * breakpoint.c (remove_sal): New.
2007-09-23  Vladimir Prus * breakpoint.h (enum enable_state): Remove the
2007-09-22  Vladimir Prus * breakpoint.c (do_restore_lang_radix_cleanup): Remove.
2007-09-22  Vladimir Prus * breakpoint.c (create_breakpoint): Split from
2007-09-22  Vladimir Prus gdb/
2007-09-22  Vladimir Prus Associate bp_stat with bp_location, not breakpoint.
2007-08-29  Jim Blandy* breakpoint.c (watch_command_1): Remove '#ifdef HPUXHP...
2007-08-23  Joel Brobecker Switch the license of all .c files to GPLv3.
2007-08-17  Vladimir Prus * breakpoint.c (bpstat_free): New.
2007-08-14  Vladimir Prus gdb/
2007-08-14  Vladimir Prus gdb/
2007-08-05  Michael Snyder2007-08-04 Michael Snyder <msnyder@access-company...
2007-07-31  Michael Snyder2007-07-31 Michael Snyder <msnyder@access-company...
2007-07-10  Nick RobertsInclude "top.h".
2007-07-02  Ulrich Weigand2007-07-02 Markus Deuling <deuling@de.ibm.com>
2007-07-02  Daniel Jacobowitz * breakpoint.c (reattach_breakpoints): Do not use...
2007-06-13  Ulrich Weigand2007-06-13 Markus Deuling <deuling@de.ibm.com>
2007-06-13  Ulrich Weigand2007-06-13 Markus Deuling <deuling@de.ibm.com>
2007-06-06  Ulrich Weigand * gdbarch.sh (GET_LONGJMP_TARGET): Replace by gdbarch_...
2007-06-05  Ulrich Weigand * hppa-hpux-tdep.c (args_for_find_stub, HP_ACC_EH_noti...
next