infrun.c:handle_inferior_event: Rework random signal checks.
[external/binutils.git] / gdb / ChangeLog
2013-11-14 Pedro Alvesinfrun.c:handle_inferior_event: Rework random signal...
2013-11-14 Pedro Alvesinfrun.c: Don't set ecs->random_signal for "catchpoint...
2013-11-14 Pedro Alvesinfrun.c:handle_inferior_event: Move comment.
2013-11-14 Pedro Alvesinfrun.c:handle_inferior_event: Don't fall through...
2013-11-14 Tom Tromeyoff-by-one fix for py-linetable.c
2013-11-14 Joel BrobeckerGDB/MI: Add new "--language LANG" command option.
2013-11-14 Joel BrobeckerNew function cli-utils.c:extract_arg_const
2013-11-14 Joel Brobeckerlanguage.h: Add "symtab.h" #include
2013-11-14 Doug Evans* breakpoint.c (bpstat_check_breakpoint_conditions...
2013-11-13 Keith SeitzFix PR # dyslexia in ChangeLog for previous commit...
2013-11-13 Keith SeitzPR c++/7539
2013-11-13 Keith SeitzFix regressions caused by const-ify linespec patch:
2013-11-13 Doug Evans* breakpoint.c (breakpoint_cond_eval): Fix and enhance...
2013-11-13 Doug Evansfix email address in earlier commit
2013-11-13 Joel BrobeckerReplace "info-ada-exceptions" by "ada-exceptions" in...
2013-11-13 Joel Brobeckercrash while re-reading symbols from objfile on ppc...
2013-11-13 Doug Evans* breakpoint.c (bpstat_check_breakpoint_conditions...
2013-11-12 Andreas ArnezFix GDB crash with upstream GCC due to qsort(NULL,...
2013-11-12 Doug EvansWork around gold/15646.
2013-11-12 Joel BrobeckerAdd missing ChangeLog entry for a7e332c24b77168bc61d4ee...
2013-11-12 Joel BrobeckerAdd command to list Ada exceptions
2013-11-11 Phil Muldoon2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2013-11-11 Joel BrobeckerDandling memory pointers in Ada catchpoints with GDB/MI.
2013-11-11 Tom Tromeyfix "tkill" check
2013-11-11 Joel BrobeckerMinor reformatting in remote-sim.c (gdbsim_detach decla...
2013-11-11 Edjunior Barbosa... Fix argument type on gdbsim_detach prototype.
2013-11-08 Doug EvansChange "set debug dwarf2-read" to take a verbosity...
2013-11-08 Tom Tromeyfix a comment in configure.ac
2013-11-08 Tom Tromeygdb configure updates
2013-11-08 Tom Tromeyuse gdb_string.h in m32c-tdep.c
2013-11-08 Tom Tromeyremove link.h checks
2013-11-08 Tom Tromeyintroduce common.m4
2013-11-08 Doug EvansChange "set debug symtab-create" to take a verbosity...
2013-11-08 Tom Tromeyconstify to_detach
2013-11-08 Doug EvansPR 11786
2013-11-07 Phil Muldoon2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2013-11-07 Phil Muldoon2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2013-11-07 Phil Muldoon2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2013-11-07 Jose E. Marchesi2013-11-07 Jose E. Marchesi <jose.marchesi@oracle...
2013-11-07 Yao QiRemove varobj_language_string, languages and varobj_lan...
2013-11-07 Yao QiNew field 'la_natural_name' in struct language_defn
2013-11-07 Yao QiConstify 'la_name' in struct language_defn
2013-11-06 Andreas ArnezS390: Fix TDB regset recognition
2013-11-06 Will Newtongdb/dwarf2read.c: Sanity check DW_AT_sibling values.
2013-11-06 Muhammad BilalRevert "2013-11-06 Muhammad Bilal <mbilal@codesourcer...
2013-11-06 Muhammad Bilal2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
2013-11-06 Muhammad Bilal2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
2013-11-06 Yao QiNew make target 'check-perf' and new dir gdb.perf
2013-11-05 Will Newtongdb/arm-tdep.c: Use filtered output in arm_print_float_...
2013-11-04 Anton BlanchardImprove performance of large restore commands
2013-11-01 Tiago Stürmer Daitxbreakpoint.c: fix libc probe scan when no get_longjmp_t...
2013-10-31 Pedro Alvesinfrun.c: use GDB_SIGNAL_0 when hidding signals, not...
2013-10-31 Andrew BurgessExtra error message from update_watchpoint
2013-10-30 Ulrich WeigandS/390: Rename source files to *-linux-*
2013-10-30 Ulrich WeigandClean up whitespace in S/390 -tdep and -nat files.
2013-10-30 Maciej W. Rozyckilinux-tdep.c: Fix "warning: 'siginfo_size' may be used...
2013-10-29 Tom Tromeyundef reg in gdb_curses.h
2013-10-29 Nicolas BlancChangeLog entries for the remove-symbol-file commits.
2013-10-29 Andrew BurgessPrint <unavailable> for unavailable registers in info...
2013-10-29 Yao QiSimplify REGISTRY cleanup usages
2013-10-28 Pedro Alvesbreakpoint.c:watchpoints_triggered: simplify a tiny...
2013-10-28 Pedro Alvesinfrun.c:process_event_stop_test: Reindent.
2013-10-28 Pedro Alvesinfrun.c:handle_inferior_event: Make process_event_stop...
2013-10-28 Pedro Alvesinfrun.c:handle_inferior_event: Move process_event_stop...
2013-10-28 Pedro Alvesinfrun.c:handle_inferior_event: Put all ecs->random_sig...
2013-10-28 Pedro Alvesinfrun.c:handle_inferior_event: Remove some more dead...
2013-10-27 Yao QiRename field 'lang' to 'lang_ops'.
2013-10-25 Yao QiNew field la_varobj_ops in struct language_defn
2013-10-25 Pedro AlvesPrint nonexisting/optimized out static fields gracefully.
2013-10-25 Yao QiSend qXfer:traceframe-info:read when traceframe is...
2013-10-25 Yao QiFix changelog.
2013-10-25 Joel BrobeckerMinor coding style fixes in varobj.h
2013-10-25 Maciej W. RozyckiAvoid producing broken non-native core files
2013-10-25 Maciej W. RozyckiFix ChangeLog typo
2013-10-25 Maciej W. Rozyckilinux-tdep.c: Remove unused `num_notes' struct member
2013-10-25 Pedro AlvesMake STARTUP_WITH_SHELL a runtime toggle -- add new...
2013-10-25 Pedro Alvesinfrun debug output: print enum gdb_signal symbol names...
2013-10-25 Gary BensonFix off-by-one errors in *scanf format strings.
2013-10-25 Pedro AlvesRemove dead sets/clears of ecs->random signal.
2013-10-25 Pedro AlvesAdd missing ChangeLog entries for previous commits.
2013-10-25 Jose E. Marchesi2013-10-22 Jose E. Marchesi <jose.marchesi@oracle...
2013-10-18 Andrew BurgessHardware watchpoints turned off, inferior not yet started.
2013-10-18 Pedro Alves[gdb/16062] stepi sometimes doesn't make progress
2013-10-18 Yao Qigdb/
2013-10-17 Tom Tromeyfix for PR gdb/15995
2013-10-17 Tom Tromeyremove unused field from struct elfinfo
2013-10-17 Yao QiRemove ada-varobj.h.
2013-10-17 Yao Qigdb/
2013-10-17 Luis Machado * target/waitstatus.h (target_waitkind): Remove spurious
2013-10-17 Joel BrobeckerDocument the get_longjmp_target gdbarch method.
2013-10-16 Tom Tromey * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove...
2013-10-16 Luis Machado * gcore.in: Call GDB using the full path to the gcore...
2013-10-16 Sergio Durigan JuniorThere were two functions who were calling "sizeof"...
2013-10-16 Sergio Durigan JuniorThis is a simple bug. target_disable_btrace and target...
2013-10-14 Yao Qigdb/
2013-10-14 Sandra Loosemore2013-10-13 Sandra Loosemore <sandra@codesourcery...
2013-10-13 Jan KratochvilImprove Executable displayed path (PR 15415 regression...
2013-10-11 Doug Evans * Makefile.in (GDBFLAGS): New variable.
2013-10-11 Joel BrobeckerChangeLog entries for the previous commit.
2013-10-11 Joel BrobeckerNew GDB/MI commands to catch Ada exceptions
next