This patch adds a new convenience variable called "$_exitsignal", which
[binutils-gdb.git] / gdb /
2013-10-07 Sergio Durigan JuniorThis patch adds a new convenience variable called...
2013-10-06 Yao Qigdb/
2013-10-05 Doug Evans(dwarf2_section_info): Comment tweaks missed in previou...
2013-10-05 Doug Evans Add support for DWP file format version 2.
2013-10-04 Pedro AlvesClean up ptid.h/ptid.c.
2013-10-04 Joel BrobeckerFix syntax error in aix-thread.c:sync_threadlists
2013-10-04 Joel BrobeckerFix build failure in procfs.c after MERGEPID -> ptid_bu...
2013-10-04 Joel BrobeckerRemove unnecessary cast in aix-thread.c:ptrace32.
2013-10-04 Joel BrobeckerAdd support for --start option in -exec-run GDB/MI...
2013-10-04 Yao QiMove pending_event to remote_notif_state.
2013-10-04 Yao QiMove notif_queue and remote_async_get_pending_events_to...
2013-10-04 Yao QiFix FIXME: xstrdup should not be here
2013-10-03 Phil Muldoon2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
2013-10-03 Pedro AlvesAlways run the PTRACE_O_TRACESYSGOOD tests even if...
2013-10-03 Tristan Gingold2013-10-03 Tristan Gingold <gingold@adacore.com>
2013-10-02 Yufeng Zhanggdb/testsuite/
2013-10-02 Pedro AlvesPrint registers not saved in the frame as "<not saved...
2013-10-02 Pedro AlvesTeach the testsuite that GDBserver reliably reports...
2013-10-02 Pedro Alves[GDBserver]: Silence exits if GDB is connected through...
2013-10-02 Joel BrobeckerUse FILENAME_CMP to compare filenames in compare_search...
2013-10-02 Joel BrobeckerDelete search_symbols_equal (use compare_search_syms...
2013-10-02 Phil Muldoon2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2013-10-02 Phil Muldoon 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2013-10-02 Phil Muldoon2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2013-10-02 Keith SeitzConstification of parse_linespec and fallout:
2013-10-01 Doug Evans * cli/cli-decode.c: Remove unnecessary inclusion of...
2013-10-01 Doug Evans * gdb.python/python.exp: Remove redundant print-stack...
2013-10-01 Yao Qigdb/
2013-10-01 Yao Qigdb/
2013-10-01 Yao Qigdb/
2013-10-01 Yao Qigdb/
2013-10-01 Yao Qigdb/
2013-10-01 Joel Brobecker[gdbserver/LynxOS]: Incomplete thread list after -...
2013-10-01 Joel Brobecker[ELinOS] Best effort to load system libraries in case...
2013-10-01 Joel Brobeckerwrong "catch exception" error message when finding...
2013-09-30 Tristan Gingold2013-09-30 Tristan Gingold <gingold@adacore.com>
2013-09-30 Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-09-29 Yao Qigdb/testsuite/
2013-09-29 Mike Frysingergdb: btrace: fix build errors on older glibc builds
2013-09-27 Doug Evans * dwarf2read.c (dwarf2_section_info): Add comment.
2013-09-27 Doug Evans * dwarf2read.c (die_reader_specs): Tweak comment.
2013-09-27 Doug Evans * dwarf2read.c (struct dwo_file): Add/tweak comments.
2013-09-27 Pedro AlvesFix regular /path/to/directory sysroots and target...
2013-09-27 Pedro Alvesremote.c: Remove unnecessary fields from 'struct stop_r...
2013-09-26 Jan KratochvilFix set debug frame output
2013-09-26 Pierre Muller Replace constant values 8 to 15 by AMD64_R8_REGNUM to
2013-09-26 Doug Evans * objfiles.c (allocate_objfile): Move comment to bette...
2013-09-25 Doug Evans New option "set debug symfile on".
2013-09-25 Doug Evans * symfile.h (struct sym_fns): Delete member "sym_flavour".
2013-09-25 Doug Evans * symfile.h (struct sym_fns): Add "objfile" argument to
2013-09-25 Doug Evans * symtab.c (domain_name, search_domain_name): New...
2013-09-25 Doug Evans * symfile.h (struct quick_symbol_functions): Reorg...
2013-09-25 Ulrich WeigandChangeLog:
2013-09-25 Doug Evans * objfiles.c (free_objfile): Move comment.
2013-09-24 Joel BrobeckerDelete unused ada-exp.y:string_to_operator
2013-09-24 Joel BrobeckerFix name of file in ChangeLog entry (re-implement funca...
2013-09-24 Joel BrobeckerRevert use of classify callback in i386 gdbarch_tdep.
2013-09-24 Joel BrobeckerRevert use of memory_args_by_pointer in i386 gdbarch_tdep.
2013-09-24 Joel BrobeckerRevert use of integer_param_regs_saved_in_caller_frame...
2013-09-24 Joel BrobeckerReimplement function calls on amd64-windows
2013-09-24 Jan KratochvilSupport .dwp with the name of symlinked binary file
2013-09-24 Jan KratochvilKeep objfile original filename
2013-09-24 Jan KratochvilCode cleanup: Add objfile_name accessor
2013-09-24 Jan KratochvilCode cleanup: rename variable
2013-09-24 Jan KratochvilRemove solib-sunos.c
2013-09-24 Jan KratochvilRemove a.out NetBSD and OpenBSD hosts
2013-09-23 Tom Tromeyrevert erroneous checkin to mi-support.exp
2013-09-23 Tom Tromey(clh 9)
2013-09-23 Andrew BurgessIn regcache use print_hex_chars.
2013-09-23 Andrew BurgessReuse print_hex_chars.
2013-09-20 Doug Evans * lib/dwarf.exp (build_executable_from_fission_assembl...
2013-09-20 Doug Evans * lib/future.exp (gdb_find_objcopy, gdb_find_readelf...
2013-09-19 Pedro AlvesFix regressions caused by thread-specific breakpoint...
2013-09-19 Thomas Schwingegnu-nat.c: Don't install a deprecated_xfer_memory method.
2013-09-19 Jan KratochvilMostly code cleanup: Constification.
2013-09-18 Ulrich Weigand2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
2013-09-18 Pedro AlvesAlso mention Yue Lu in previous commit's entry.
2013-09-18 Pedro AlvesSubject: [PATCH] [Hurd/gnu-nat.c] Use ptid_t.lwpid...
2013-09-18 Andrew BurgessConsistent display of "<optimized out>" for register...
2013-09-18 Pedro Alvesgdbserver --wrapper also doesn't work on Cygwin.
2013-09-18 Markus MetzgerWhen reverse-stepping, only insert a resume breakpoint...
2013-09-18 Pedro Alves[Hurd/gnu-nat] Fix old "signal-thread" command regression.
2013-09-18 Andrew BurgessFix whitespace error in previous commit.
2013-09-18 Andrew BurgessAdd new function to access gdb_program_name.
2013-09-18 Yao Qigdb/gdbserver/
2013-09-18 Yao Qigdb/gdbserver/
2013-09-17 Doug Evans * dwarf2read.c: Move definitions of complaint function...
2013-09-17 Pedro AlvesPR gdb/11568 - delete thread-specific breakpoints on...
2013-09-17 Sergio Durigan JuniorThis commit fixes a regression introduced by the new...
2013-09-17 Pedro AlvesPR gdb/15911: "info threads" changes the default source...
2013-09-17 Luis Machado Fix ChangeLog entry missing a ':' char.
2013-09-17 Jiong Wang gdbserver/ChangeLog
2013-09-17 Jiong Wang2013-09-16 Jiong Wang <jiwang@tilera.com>
2013-09-17 Yao Qigdb/testsuite/
2013-09-16 Doug Evans * lib/gdb.exp (using_fission): New proc.
2013-09-16 Doug Evans * gdb.base/break-interp.exp: Fix indentation.
2013-09-16 Sergio Durigan JuniorThe error message in the function was saying
2013-09-16 Stan Shebs * README: Update references to writing code for GDB.
2013-09-16 Sergio Durigan JuniorBased on the discussion at:
2013-09-16 Will Newtongdbserver, aarch64: Zero out regs in aarch64_linux_set_...
next