constify struct block in some places
[platform/upstream/binutils.git] / gdb / breakpoint.c
2014-06-18 Tom Tromeyconstify struct block in some places
2014-06-18 Luis MachadoSymptom:
2014-06-16 Pedro Alves"$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference...
2014-06-13 Tom Tromeymake calls to help_list use enumerator
2014-06-03 Joel BrobeckerUser breakpoint ignored if software-single-step at...
2014-06-02 Pedro AlvesInstalling a breakpoint on top of a dprintf makes GDB...
2014-06-02 Pedro Alvesdprintf-style agent can't explain a trap.
2014-05-22 Pedro AlvesAdd new infrun.h header.
2014-04-23 Pedro AlvesStale breakpoint instructions, spurious SIGTRAPS.
2014-04-23 Pedro AlvesDon't suppress errors inserting/removing hardware break...
2014-04-10 Pedro Alvesbreakpoint shadowing, take single-step breakpoints...
2014-03-20 Pedro AlvesFix for even more missed events; eliminate thread-hop...
2014-03-20 Pedro AlvesPR breakpoints/7143 - Watchpoint does not trigger when...
2014-03-06 Yao QiRemove argument optional_p from get_tracepoint_by_number
2014-03-03 Tom Tromeychange probes to be program-space-independent
2014-02-26 Tom Tromeystart change to progspace independence
2014-02-26 Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26 Tom Tromeychange minsym representation
2014-02-26 Pedro AlvesMultiple Ada task-specific breakpoints at the same...
2014-02-06 Doug EvansExtension Language API
2014-01-17 Sergio Durigan JuniorAdd "volatile" keyword to "struct gdb_exception" declar...
2014-01-13 Tom Tromeyreplace XZALLOC with XCNEW
2014-01-09 Pedro AlvesHandle the case of a remote target supporting target...
2014-01-07 Honggyu KimRemove duplicated #include's from GDB
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-19 Gabriel Krisman... Fix PR breakpoints/16297: catch syscall with syscall 0
2013-12-12 Pedro Alvesbreakpoint.c:insert_bp_location: Constify local.
2013-11-29 Pedro AlvesPlug target side conditions and commands leaks.
2013-11-18 Tom Tromeyremove gdb_string.h
2013-11-14 Pedro AlvesEliminate enum bpstat_signal_value, simplify random...
2013-11-14 Pedro Alvesinfrun.c:handle_inferior_event: Rework random signal...
2013-11-14 Doug Evans* breakpoint.c (bpstat_check_breakpoint_conditions...
2013-11-13 Doug Evans* breakpoint.c (breakpoint_cond_eval): Fix and enhance...
2013-11-13 Doug Evans* breakpoint.c (bpstat_check_breakpoint_conditions...
2013-11-01 Tiago Stürmer Daitxbreakpoint.c: fix libc probe scan when no get_longjmp_t...
2013-10-31 Andrew BurgessExtra error message from update_watchpoint
2013-10-29 Nicolas BlancNew remove-symbol-file command.
2013-10-28 Pedro Alvesbreakpoint.c:watchpoints_triggered: simplify a tiny...
2013-10-18 Andrew BurgessHardware watchpoints turned off, inferior not yet started.
2013-10-11 Joel BrobeckerNew GDB/MI commands to catch Ada exceptions
2013-10-09 Pedro AlvesStop using errno values around target_xfer interfaces...
2013-10-07 Pedro AlvesThread-specific breakpoints: say "no longer in the...
2013-09-30 Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-09-19 Pedro AlvesFix regressions caused by thread-specific breakpoint...
2013-09-17 Pedro AlvesPR gdb/11568 - delete thread-specific breakpoints on...
2013-08-23 Muhammad Waqas2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
2013-08-09 Pedro Alvessave breakpoints: Make tilde-expanded filename visible.
2013-08-02 Tom Tromeyfix PR symtab/15719
2013-07-24 Sergio Durigan Junior2013-07-24 Sergio Durigan Junior <sergiodj@redhat...
2013-07-06 Yao Qigdb/
2013-06-26 Yao Qigdb/
2013-06-25 Hui Zhu2013-06-25 Yao Qi <yao@codesourcery.com>
2013-06-20 Yao Qigdb/
2013-06-20 Yao Qigdb/
2013-06-19 Tom Tromey * breakpoint.c (_initialize_breakpoint): Remove traili...
2013-06-18 Tom TromeyFix PR cli/15603
2013-06-04 Gary Benson2013-06-04 Gary Benson <gbenson@redhat.com>
2013-05-30 Tom Tromeyfix two buglets in breakpoint.c
2013-05-21 Philippe WaroquiersFix internal error caused by interaction between catch...
2013-05-21 Hui Zhu2013-05-21 Hui Zhu <hui@codesourcery.com>
2013-05-07 Sergio Durigan Juniorgdb/
2013-05-06 Joel BrobeckerReimplement shared library support on ppc-aix...
2013-04-24 Hui Zhu2013-04-25 Hui Zhu <hui@codesourcery.com>
2013-04-23 Hui Zhu2013-04-23 Hui Zhu <hui@codesourcery.com>
2013-04-23 Hui Zhu2013-04-23 Hui Zhu <hui@codesourcery.com>
2013-04-15 Tom Tromey * Makefile.in (SFILES): Add break-catch-throw.c
2013-04-15 Tom Tromey PR c++/9065:
2013-04-15 Tom Tromey PR c++/12824:
2013-04-10 Hui Zhu2013-04-10 Pedro Alves <palves@redhat.com>
2013-04-08 Tom Tromey PR symtab/8424:
2013-04-08 Tom Tromey * minsyms.h (struct bound_minimal_symbol): New.
2013-04-08 Pedro Alvescreate_breapoint / explicit mode: Error out if there...
2013-04-04 Pedro Alvestracepoint->step_count fixes
2013-04-01 Aleksandar Ristovski Cleanup: remove unused - breakpoint, buildsym
2013-03-20 Keith Seitz * breakpoint.h (struct breakpoint): Add comment to
2013-03-13 Pedro AlvesConstify strings in tracepoint.c, lookup_cmd and the...
2013-03-12 Keith Seitz * ada-lang.c (ada_read_renaming_var_value): Pass const
2013-03-07 Keith Seitz * breakpoint.c (catch_syscall_split_args): Use skip_sp...
2013-03-07 Pedro Alvesbreakpoint.c: fix -Wpointer-sign
2013-02-05 Jan Kratochvilgdb/
2013-02-03 Jan Kratochvilgdb/
2013-02-03 Jan Kratochvilgdb/
2013-02-03 Jan Kratochvilgdb/
2013-01-22 Pedro AlvesAll annotate_breakpoints_changed calls are along-side
2013-01-22 Pedro AlvesThere's code in annotate.c and breakpoint.c that is...
2013-01-21 Marc Khouzam2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2013-01-16 Tom Tromey2013-01-03 Pedro Alves <palves@redhat.com>
2013-01-16 Tom Tromey * breakpoint.c (print_one_catch_fork, print_one_catch_...
2013-01-11 Yao Qigdb/
2013-01-03 Yao Qigdb/
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-25 Jan Kratochvilgdb/
2012-12-24 Jan Kratochvilgdb/
2012-12-18 Tom Tromey * breakpoint.c (dprintf_command): Now static.
2012-12-16 Jan Kratochvilgdb/
2012-12-15 Yao Qi2012-12-15 Yao Qi <yao@codesourcery.com>
2012-12-15 Yao Qigdb/
2012-12-12 Mircea GherzanMI: add the -catch-load and -catch-unload commands
2012-12-03 Tom Tromey * ada-exp.y (write_object_renaming, write_var_or_type)
2012-12-01 Yao Qigdb/
next