aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2012-06-29 * dwarf2read.c (get_cu_length): New function.Doug Evans2-14/+23
2012-06-29 * dwarf2read.c (dwarf2_find_base_address): Move definition.Doug Evans2-31/+33
2012-06-29remove extraneous blank lineDoug Evans1-1/+0
2012-06-29 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.Doug Evans2-80/+155
2012-06-29*** empty log message ***gdbadmin1-1/+1
2012-06-28 * osdata.c (info_osdata_command): Filter out "Title" columnsStan Shebs5-23/+84
2012-06-28 Make logging work for MI.Stan Shebs10-22/+260
2012-06-28 * symtab.c (lookup_symbol_aux_objfile): UseDoug Evans2-12/+14
2012-06-28 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".Doug Evans2-4/+8
2012-06-28gdb/Jan Kratochvil2-4/+15
2012-06-28gdb/Pedro Alves12-344/+996
2012-06-28 * gdb.go/package.exp: Partially revert earlier patch; useTom Tromey2-2/+14
2012-06-28 * auxv.c (fprint_target_auxv): Handle extended cache data tags.Iain Sandoe2-0/+8
2012-06-28 * dwarf2read.c (dwarf2_cu): Add ranges_base.Doug Evans6-11/+489
2012-06-28*** empty log message ***gdbadmin1-1/+1
2012-06-27gdb/testsuite/Jan Kratochvil2-1/+5
2012-06-27 PR macros/7961:Tom Tromey11-30/+84
2012-06-27 * gdb.dwarf2/pr10770.exp: Use standard_testfile.Tom Tromey51-198/+178
2012-06-27 * dwarf2read.c (per_cu_header_read_in): Simplify, and handleDoug Evans2-6/+7
2012-06-27 * gdb.python/python.exp: Fix regexps in pagination tests.Tom Tromey2-2/+6
2012-06-27 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessaryDoug Evans2-20/+41
2012-06-272012-06-26 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra Reddy8-2/+52
2012-06-27*** empty log message ***gdbadmin1-1/+1
2012-06-262012-06-26 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra Reddy2-2/+7
2012-06-26 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.Doug Evans2-17/+60
2012-06-26 * NEWS: Mention new options "set debug dwarf2-read" andDoug Evans11-0/+164
2012-06-26 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.Doug Evans2-2/+7
2012-06-26 * gdb.threads/step.c: Remove.Tom Tromey4-551/+6
2012-06-26 * gdb.threads/watchpoint-fork.exp (test): UseTom Tromey47-310/+202
2012-06-26 * gdb.trace/actions.exp: Use standard_testfile.Tom Tromey31-122/+83
2012-06-26 * gdb.reverse/break-precsave.exp: Use standard_testfile.Tom Tromey26-123/+94
2012-06-26 * gdb.stabs/weird.exp: Remove directory-checking code. UseTom Tromey3-31/+13
2012-06-26Use PTRACE_PEEKUSER to get fs_base/gs_baseH.J. Lu5-0/+80
2012-06-26*** empty log message ***gdbadmin1-1/+1
2012-06-25 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.Tom Tromey4-15/+20
2012-06-25 * gdb.fortran/subarray.exp: Use standard_testfile,Tom Tromey10-53/+37
2012-06-25 * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" optionKeith Seitz2-6/+12
2012-06-25 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):Keith Seitz2-5/+10
2012-06-25 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.Tom Tromey5-30/+20
2012-06-25 * gdb.linespec/ls-errs.exp: Use standard_testfile.Tom Tromey4-12/+13
2012-06-25 * gdb.modula2/unbounded-array.exp: Use standard_testfile,Tom Tromey2-10/+8
2012-06-25 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,Tom Tromey6-67/+34
2012-06-25 * gdb.asm/asm-source.exp: Use standard_output_file,Tom Tromey2-17/+22
2012-06-25 * gdb.server/ext-attach.exp: Use standard_testfile,Tom Tromey8-45/+30
2012-06-25 * lib/gdb.exp (standard_output_file): Use "file join".Tom Tromey11-29/+27
2012-06-25PR14291: KeyboardInterrupt not caught for Python outputMichael Eager2-13/+23
2012-06-252012-06-25 Greta Yorsh <greta.yorsh@arm.com>Matthew Gretton-Dann2-4/+8
2012-06-252012-06-25 Greta Yorsh <greta.yorsh@arm.com>Matthew Gretton-Dann2-0/+8
2012-06-25*** empty log message ***gdbadmin1-1/+1
2012-06-24gdb/Jan Kratochvil9-58/+104