aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2012-03-01 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".Maciej W. Rozycki2-0/+610
2012-03-012012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves6-56/+189
2012-03-01 * gdb.cp/method2.exp: Output of overload menu is nowKeith Seitz4-157/+239
2012-03-01 * linespec.c (decode_line_2): Sort the list of methodsKeith Seitz2-0/+11
2012-03-01 * gdb.base/help.exp (help show user): Update expected resultKeith Seitz2-1/+6
2012-03-01 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,Doug Evans2-26/+7
2012-03-01 * NEWS: Mention new python command class gdb.COMMAND_USER.Doug Evans9-11/+77
2012-03-01 * valprint.h (struct generic_val_print_decorations): New.Tom Tromey8-744/+539
2012-03-01 * valprint.c (val_print): Update.Tom Tromey18-164/+145
2012-03-01 * value.h (val_print): Return void.Tom Tromey3-17/+17
2012-03-01 * value.h (common_val_print): Return void.Tom Tromey3-13/+15
2012-03-01 * value.h (value_print): Return void.Tom Tromey14-53/+66
2012-03-01 * value.c (value_primitive_field): Handle virtual base classes.Tom Tromey2-2/+13
2012-03-01 * gdbtypes.h (struct vbase): Remove.Tom Tromey2-7/+4
2012-03-01 * c-valprint.c (print_function_pointer_address): Move...Tom Tromey5-46/+37
2012-03-01[NEWS] Document condition at end of catch exception/assert commandsJoel Brobecker2-0/+15
2012-03-01 * valprint.c (val_print_type_code_flags): Fix placement ofTom Tromey2-1/+6
2012-03-01Do not set MULTILINE_COMMENT_PREFIXES before calling update-copyrightJoel Brobecker2-12/+6
2012-03-01Import gnulib's latest update-copyright script...Joel Brobecker3-5/+22
2012-03-01remove dead code in varobj.c:c_value_of_variableJoel Brobecker2-5/+4
2012-03-01*** empty log message ***gdbadmin1-1/+1
2012-02-29[Ada] processId: Do not modify already encoded IDsJoel Brobecker2-2/+18
2012-02-29ada-lang.c:ada_find_renaming_symbol minor improvement.Joel Brobecker4-8/+21
2012-02-29Minor cleanup to a couple of functions in ada-lang.c.Joel Brobecker3-11/+20
2012-02-29[Ada] avoid error message pollution with uninitialized tagged variableJoel Brobecker7-67/+203
2012-02-29[Ada] New functions to decode Ada types and valuesJoel Brobecker3-0/+51
2012-02-29[Ada] Fix comment in ada-lang.c:ada_is_ignored_fieldJoel Brobecker2-3/+12
2012-02-29[Ada] Do not cache lookup result if not full_searchJoel Brobecker2-2/+7
2012-02-29[Ada] print packed arrays indexed by enumerated typeJoel Brobecker8-5/+129
2012-02-29[Ada] Handle reference to array descriptorsJoel Brobecker7-0/+123
2012-02-29Ada: ada_to_fixed_value should also unwrap_valueJoel Brobecker2-7/+15
2012-02-29[Ada] whatis not printing array type name for value from historyJoel Brobecker7-0/+124
2012-02-29Add support for condition in Ada exception catchpoint commandsJoel Brobecker2-13/+93
2012-02-29gdb/Jan Kratochvil5-7/+104
2012-02-29gdb/Jan Kratochvil2-3/+12
2012-02-29gdb/testsuite/Jan Kratochvil3-73/+146
2012-02-29gdb/Jan Kratochvil7-0/+29
2012-02-29gdb/gdbserver:Yao Qi5-0/+220
2012-02-29*** empty log message ***gdbadmin1-1/+1
2012-02-28gdb/testsuite/Thomas Schwinge5-58/+68
2012-02-28Fix ARI violation in ada_tasks_inferior_data_sniffer.Joel Brobecker2-7/+15
2012-02-28gdb/testsuite/Thomas Schwinge6-18/+8
2012-02-28gdb/Jan Kratochvil2-0/+7
2012-02-28*** empty log message ***gdbadmin1-1/+1
2012-02-27 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.Maciej W. Rozycki2-0/+242
2012-02-27 * infrun.c (handle_inferior_event): Don't proceed throughMaciej W. Rozycki2-1/+9
2012-02-27 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regsMaciej W. Rozycki2-0/+6
2012-02-27 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_mainMaciej W. Rozycki2-1/+6
2012-02-27 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)Thomas Schwinge2-0/+60
2012-02-272012-02-27 Pedro Alves <palves@redhat.com>Pedro Alves6-64/+53