]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb
gdb/
[thirdparty/binutils-gdb.git] / gdb /
2013-05-30  Yao Qigdb/
2013-05-30  Yao Qigdb/
2013-05-30  gdbadmin*** empty log message ***
2013-05-29  Pedro Alves[remote] Insert breakpoints in the right process.
2013-05-29  Pedro Alves[AArch64] Remove all traces of aarch64-without-fpu...
2013-05-29  gdbadmin*** empty log message ***
2013-05-28  Pedro Alves[GDBserver][AArch64] Remove references to aarch64-witho...
2013-05-28  Yao Qigdb/
2013-05-28  gdbadmin*** empty log message ***
2013-05-27  gdbadmin*** empty log message ***
2013-05-26  gdbadmin*** empty log message ***
2013-05-25  gdbadmin*** empty log message ***
2013-05-24  Jan Kratochvilgdb/testsuite/
2013-05-24  Gary Benson2013-05-24 Gary Benson <gbenson@redhat.com>
2013-05-24  Yao Qigdb/
2013-05-24  Pedro Alves[gdbserver] Don't assume vCont;r ADDR1,ADDR2 comes...
2013-05-24  Yao Qigdb/testsuite/
2013-05-24  Joel BrobeckerFix gdb.info build failure
2013-05-24  Doug EvansUpdate to load fission.exp.
2013-05-24  Doug Evans * boards/fission-dwp.exp: New file.
2013-05-24  Doug Evans * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
2013-05-24  gdbadmin*** empty log message ***
2013-05-23  Pedro Alvescommon/filestuff.c: No sockets on DJGPP.
2013-05-23  Pedro Alvesdwarf2read.c: Don't assume uint32_t is unsigned int...
2013-05-23  Pedro Alvesrange stepping: tests
2013-05-23  Pedro Alvesrange stepping: gdbserver (x86 GNU/Linux)
2013-05-23  Pedro Alvesrange stepping: gdb
2013-05-23  Pedro AlvesConvert rs->support_vCont_t to a struct.
2013-05-23  Pedro AlvesFactor out in-stepping-range checks.
2013-05-23  Joel Brobeckermi/mi-cmd-break.c: Use xsnprintf instead of sprintf...
2013-05-23  Joel BrobeckerDocument new <data-dir>/system-gdbinit area
2013-05-23  gdbadmin*** empty log message ***
2013-05-22  Keith Seitz * ada-lang.c (is_known_support_routine): Add explicit...
2013-05-22  Tom Tromey PR c++/15401:
2013-05-22  Doug Evans * gdb.threads/wp-replication.c (main): Insert some...
2013-05-22  Eli ZaretskiiFix reporting of DLL unload events on MS-Windows.
2013-05-22  Phil Muldoon2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
2013-05-22  Pedro AlvesLet the ARI know gdb_Py_DECREF is OK.
2013-05-22  gdbadmin*** empty log message ***
2013-05-21  Paul Pluzhnikov2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2013-05-21  Pedro Alvespy_decref: Don't check for NULL before calling Py_DECREF.
2013-05-21  Pedro AlvesCentralize workaround for Python 2.6's Py_DECREF.
2013-05-21  Keith Seitz * gdb.base/filesym.exp: Use gdb_test_multiple instead of
2013-05-21  Philippe WaroquiersFix internal error caused by interaction between catch...
2013-05-21  Sterling Augustine2013-05-21 Sterling Augustine <saugustine@google...
2013-05-21  Jan Kratochvilgdb/
2013-05-21  Jan Kratochvilgdb/testsuite/
2013-05-21  Jan Kratochvilgdb/
2013-05-21  Christian Groessler * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace...
2013-05-21  Joel BrobeckerAdd new system-gdbinit infrastructure
2013-05-21  Joel Brobecker[Ada] Fix cleanup leak in ada-lang.c:old_renaming_is_in...
2013-05-21  Hui Zhu2013-05-21 Hui Zhu <hui@codesourcery.com>
2013-05-21  gdbadmin*** empty log message ***
2013-05-20  Doug Evans * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
2013-05-20  Tom Tromey * gdb.gdb/python-selftest.exp: New file.
2013-05-20  Tom Tromey * python/py-prettyprint.c (search_pp_list): Decref...
2013-05-20  Tom Tromey * python/py-value.c (valpy_get_dynamic_type): Simplify
2013-05-20  Tom Tromey * python/py-type.c (typy_fields): Unconditionally...
2013-05-20  Tom Tromey * python/py-frame.c (frapy_older, frapy_newer, gdbpy_n...
2013-05-20  Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Use
2013-05-20  Tom Tromey * python/py-cmd.c (cmdpy_completer): Use explicit...
2013-05-20  Tom Tromey * python/py-evts.c (gdbpy_initialize_py_events): Don't
2013-05-20  Tom Tromey * python/python.c (gdbpy_run_events): Decref the result
2013-05-20  Tom Tromey * python/py-symtab.c (set_sal): Use
2013-05-20  Tom Tromey * python/py-param.c (compute_enum_values): Decref...
2013-05-20  Tom Tromey * mi/mi-main.c: Include python-internal.h.
2013-05-20  Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Return...
2013-05-20  Tom Tromey * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
2013-05-20  Tom Tromey * python/py-event.c (gdbpy_initialize_event_generic...
2013-05-20  Tom Tromey * python/py-type.c (make_fielditem): Add gdb_assert_no...
2013-05-20  Tom Tromey * python/py-inferior.c (gdbpy_inferiors): Update....
2013-05-20  Doug Evans * gdb.base/maint.exp: Fix test for "mt expand-symtabs...
2013-05-20  Tom Tromey * python/py-event.c (evpy_emit_event): Decref the
2013-05-20  Tom Tromey * python/py-cmd.c (cmdpy_completer): Use iterator...
2013-05-20  Tom Tromey * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
2013-05-20  Tom Tromey * python/py-event.h (gdbpy_initialize_event_generic...
2013-05-20  Tom Tromey * python/py-arch.c (archpy_disassemble): Update.
2013-05-20  Tom Tromey * python/python-internal.h (events_object_type): Remove.
2013-05-20  Tom Tromey * python/py-event.h (evpy_emit_event): Use
2013-05-20  Tom Tromey * py-evtregistry.c (create_event_object): Decref
2013-05-20  Tom Tromey * py-cmd.c (gdbpy_string_to_argv): Check result of
2013-05-20  Tom Tromey * python/python.c (before_prompt_hook): Add cleanup to
2013-05-20  Tom Tromey * python/py-function.c (fnpy_init): Decref result of
2013-05-20  Tom Tromey * python/py-threadevent.c (get_event_thread): Use
2013-05-20  Tom Tromey * python/py-arch.c (arch_object_type): Use
2013-05-20  Andreas Tobler2013-05-20 Andreas Tobler <andreas@fgznet.ch>
2013-05-20  Doug Evans When reading CU, stay in DWO. Be more tolerent of...
2013-05-20  Joel BrobeckerAdd missing empty line after var declarations in handle...
2013-05-20  Joel Brobecker[dwarf] Mark all functions as prototyped except C funct...
2013-05-20  Joel BrobeckerDe-indent example code in rs6000-aix-tdep.c (ARI fix)
2013-05-20  gdbadmin*** empty log message ***
2013-05-19  gdbadmin*** empty log message ***
2013-05-18  gdbadmin*** empty log message ***
2013-05-17  Edjunior Barbosa... 2013-05-17 Edjunior Machado <emachado@linux.vnet...
2013-05-17  Doug Evans * NEWS: Mention new maintenance commands check-symtabs...
2013-05-17  Doug Evans * gdb.base/maint.exp: Remove testing of individual...
2013-05-17  Tom Tromey * python/py-inferior.c (infpy_read_memory): Don't...
2013-05-17  H.J. LuReplace hardcoded -ldl with check for availability
2013-05-17  Phil Muldoon2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
2013-05-17  Thomas SchwingeMark the following commit as tiny change:
next