aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-21 * gdb_obstack.h (obconcat): Move declaration here, from...Tom Tromey6-35/+68
2013-01-21 * symfile.h (obsavestring): Don't declare.Tom Tromey14-96/+81
2013-01-21 * dwarf2read.c (fixup_go_packaging): Save package nameTom Tromey3-9/+16
2013-01-21 * dwarf2read.c (struct partial_die_info) <name, scope>: NowTom Tromey2-65/+88
2013-01-21 * gdbtypes.c (init_type): Make 'name' const.Tom Tromey3-2/+7
2013-01-21 * buildsym.c (patch_subfile_names): Use set_last_source_file.Tom Tromey7-34/+87
2013-01-21 * symtab.c (struct demangled_name_entry) <mangled>: Now const.Tom Tromey2-5/+13
2013-01-21 * dwarf2read.c (new_symbol_full): Remove cast.Tom Tromey4-3/+10
2013-01-21 * main.c (captured_main): Call bfd_init.Tom Tromey2-0/+6
2013-01-21 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.Tom Tromey5-24/+11
2013-01-21gdb/Jan Kratochvil2-0/+5
2013-01-21gdb/Jan Kratochvil4-4/+21