aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2013-04-01 Fix coff-pe-read.c to compile with Wunused.Aleksandar Ristovski2-13/+12
2013-04-01 Cleanup: remove unused - breakpoint, buildsymAleksandar Ristovski3-9/+10
2013-04-01gdb/ChangeLogTiago Daitx2-70/+131
2013-04-01*** empty log message ***gdbadmin1-1/+1
2013-03-31*** empty log message ***gdbadmin1-1/+1
2013-03-30*** empty log message ***gdbadmin1-1/+1
2013-03-29 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.Doug Evans2-18/+44
2013-03-29 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, andDoug Evans2-4/+3
2013-03-29 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.Doug Evans2-2/+4
2013-03-29 * dwarf2read.c (read_cutu_die_from_dwo): New function.Doug Evans2-155/+246
2013-03-29 * dwarf2read.c (struct signatured_type): Tweak comment.Doug Evans2-16/+28
2013-03-29 * dwarf2read.c (lookup_signatured_type): Remove complaint aboutDoug Evans2-7/+8
2013-03-29gdb/Yao Qi9-6/+61
2013-03-29Ignore __fu<digits>__ symbols from COFF symbol tablesJoel Brobecker7-0/+151
2013-03-29 * dwarf2read.c (create_debug_types_hash_table): Don't allocate theDoug Evans2-8/+11
2013-03-29 * dwarf2read.c (create_addrmap_from_index): Complain about bad CUDoug Evans2-3/+15
2013-03-29 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".Doug Evans4-13/+28
2013-03-29*** empty log message ***gdbadmin1-1/+1
2013-03-28 * dwarf2read.c (struct dwarf2_per_cu_data): Rename memberDoug Evans2-22/+27
2013-03-28Stop sending qTStatus if the target doesn't recognize it; add packet configur...Pedro Alves5-1/+36
2013-03-28Fix Doug Evans's commit of 2013-03-21.Eli Zaretskii2-5/+13
2013-03-28 * symfile.c (find_separate_debug_file): Add comment.Doug Evans2-2/+7
2013-03-28 * dwarf2read.c (create_partial_symtab): Add forward decl.Doug Evans2-186/+203
2013-03-28 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.Doug Evans2-5/+10
2013-03-28 * typeprint.c (_initialize_typeprint): Improve type help text.Doug Evans2-3/+6
2013-03-28 * python/python.c (finish_python_initialization): Provide suggestionDoug Evans2-2/+11
2013-03-28Fix PR gdb/15294: list with unlimited listsize brokenPedro Alves6-14/+30
2013-03-28list.exp: Avoid hardcoding line numbers.Pedro Alves3-9/+34
2013-03-28list.exp: Adjust "set listsize -1" to current test source's real line count.Pedro Alves2-1/+6
2013-03-28list.exp: Catch "set listsize" failures (and "set listsize -1/0"'s history).Pedro Alves2-1/+6
2013-03-28*** empty log message ***gdbadmin1-1/+1
2013-03-27gdb/Jan Kratochvil2-2/+6
2013-03-27Forbid "set history size (INT_MAX..UINT_MAX)"Pedro Alves2-31/+64
2013-03-27Rename "set debug coff_pe_read" command to "set debug coff-pe-read".Pedro Alves2-1/+6
2013-03-27record: fix instruction-history-size regressionMarkus Metzger2-8/+14
2013-03-27 * windows-nat.c (handle_output_debug_string): Avoid typecastPierre Muller2-1/+6
2013-03-27 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"Keith Seitz2-1/+6
2013-03-27*** empty log message ***gdbadmin1-1/+1
2013-03-26windows-nat.c: Add empty line after local block variable definitions.Joel Brobecker2-0/+7
2013-03-26ser-tcp.c: Small signed->unsigned cleanup.Pedro Alves2-2/+7
2013-03-26Make "set/show remoteaddresssize" a zuinteger command instead of uinteger.Pedro Alves2-5/+10
2013-03-26record-full.c: Remove always true checks.Pedro Alves2-32/+35
2013-03-26Make "set/show dcache line-size" and "set/show dcache size" zinteger commands...Pedro Alves2-12/+17
2013-03-26Make "set/show cris-version" a zuinteger instead of uinteger.Pedro Alves2-9/+14
2013-03-26Make "set/show debug coff_pe_read" a zuinteger instead of uinteger.Pedro Alves2-8/+13
2013-03-26Get rid of "No such file or directory" in the testsuite's btrace support dete...Pedro Alves2-1/+8
2013-03-26"set record instruction-history-size"/"set record function-call-history-size"...Pedro Alves2-16/+101
2013-03-26Use readline's 'history_max_entries' instead of the old 'max_input_history'.Pedro Alves2-7/+7
2013-03-26gdb/testsuite/Yao Qi5-0/+73
2013-03-26record-btrace: fix assertion when enabling recording after re-runMarkus Metzger4-0/+24