aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2013-01-30 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".Tom Tromey2-1/+5
2013-01-30 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.Tom Tromey4-75/+7
2013-01-30 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)Tom Tromey2-4/+9
2013-01-30 * dwarf2read.c (read_namespace_type): Remove cast.Tom Tromey2-2/+7
2013-01-30*** empty log message ***gdbadmin1-1/+1
2013-01-29 * dwarf2read.c (free_dwo_file): Remove assert.Tom Tromey4-1/+12
2013-01-29 * value.c (deprecated_set_value_modifiable): Remove.Tom Tromey3-7/+5
2013-01-29*** empty log message ***gdbadmin1-1/+1
2013-01-28 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base addressDoug Evans5-3/+614
2013-01-28*** empty log message ***gdbadmin1-1/+1
2013-01-27*** empty log message ***gdbadmin1-1/+1
2013-01-26gdb/testsuite/Jan Kratochvil3-27/+14
2013-01-26*** empty log message ***gdbadmin1-1/+1
2013-01-25 * valops.c (find_overload_match): Remove unused argument 'lax'.Siva Chandra Reddy5-11/+16
2013-01-25 * gdb.python/py-explore.exp: Expect the gdb prompt.Tom Tromey2-1/+5
2013-01-25 * dwarf2read.c (processing_has_namespace_info): Remove.Tom Tromey2-12/+19
2013-01-25 * cp-namespace.c (cp_set_block_scope): Remove.Tom Tromey5-51/+44
2013-01-25Fix add_current_inferior_and_thread's describing comment.Pedro Alves1-0/+4
2013-01-25 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.Tom Tromey4-23/+42
2013-01-25 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.Tom Tromey2-3/+7
2013-01-25Fix GDB internal error against targets that return a thread in T stop replies...Pedro Alves2-9/+82
2013-01-25http://sourceware.org/ml/gdb-patches/2012-11/msg00312.htmlAndrew Burgess10-54/+239
2013-01-25gdb/Yao Qi4-83/+58
2013-01-25gdb/Yao Qi3-39/+22
2013-01-25gdb/gdbserverYao Qi4-81/+45
2013-01-25 * MAINTAINERS: Update my email.Maxim Kuvyrkov2-1/+5
2013-01-25gdb/Yao Qi2-1/+5
2013-01-25*** empty log message ***gdbadmin1-1/+1
2013-01-24gdb/Tiago Daitx6-0/+85
2013-01-24gdb/Tiago Daitx2-0/+5
2013-01-24 * ada-lang.h (ada_decode_symbol): Make return type const.Tom Tromey3-4/+9
2013-01-242013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>Hafiz Abid Qadeer2-8/+13
2013-01-24*** empty log message ***gdbadmin1-1/+1
2013-01-23 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.Tom Tromey2-2/+7
2013-01-23 * gdb.cp/converts.cc (main): Initialize 'a'.Tom Tromey2-1/+6
2013-01-23 * linespec.c (find_linespec_symbols): Make static.Doug Evans2-6/+10
2013-01-232013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>Sergio Durigan Junior2-4/+11
2013-01-23 Add a new class gdb.Architecture which exposes GDB'sSiva Chandra Reddy11-0/+241
2013-01-23 Work around binutils/15021.Doug Evans4-40/+90
2013-01-23*** empty log message ***gdbadmin1-1/+1
2013-01-22If a breakpoint is not user visible, then there's no point inPedro Alves5-4/+19
2013-01-22All annotate_breakpoints_changed calls are along-sidePedro Alves7-35/+49
2013-01-22With some changes to how software single-step (SSS) breakpoints arePedro Alves4-2/+55
2013-01-22There's code in annotate.c and breakpoint.c that is supposed toPedro Alves6-25/+20
2013-01-22 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: OnlyTom Tromey2-1/+7
2013-01-22 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_initTom Tromey2-0/+9
2013-01-22Updated Changelog and testsuite/Changelog because of bad formatting.Marc Khouzam2-10/+11
2013-01-22*** empty log message ***gdbadmin1-1/+1
2013-01-212013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>Marc Khouzam11-62/+136
2013-01-21 * python/lib/gdb/commands/explore.pySiva Chandra Reddy4-6/+28