aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2005-10-172005-10-17 Paul Gilliam <pgilliam@us.ibm.com>Paul Gilliam2-2/+7
* gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg vscr" tests to better match output.
2005-10-17*** empty log message ***gdbadmin1-1/+1
2005-10-16*** empty log message ***gdbadmin1-1/+1
2005-10-15*** empty log message ***gdbadmin1-1/+1
2005-10-142005-10-14 Paul Gilliam <pgilliam@us.ibm.com>Paul Gilliam2-0/+6
* rs6000-tdep.c (rs6000_register_reggroup_p): Add vscr to test for vector registers.
2005-10-14*** empty log message ***gdbadmin1-1/+1
2005-10-13 * Makefile.in (linux-thread-db.o): Depend on $(gdbcore_h).Andreas Schwab3-5/+23
* linux-thread-db.c (enable_thread_event): Extend pointer value as specified by target. (thread_db_get_thread_local_address): Likewise.
2005-10-13*** empty log message ***gdbadmin1-1/+1
2005-10-122005-10-12 Jim Blandy <jimb@redhat.com>Jim Blandy2-13/+58
* gdb.base/structs.exp (any): New function. (test_struct_returns): Don't make any assumptions at all about what value the function returns when GDB can't set the return value.
2005-10-12*** empty log message ***gdbadmin1-1/+1
2005-10-11*** empty log message ***gdbadmin1-1/+1
2005-10-10 * gdb.ada/arrayidx/p.adb: New file.Joel Brobecker3-1/+198
* gdb.ada/arrayidx.exp: New testcase
2005-10-10 * gdb.ada/array_return/pck.ads: New file.Joel Brobecker5-0/+118
* gdb.ada/array_return/pck.adb: New file. * gdb.ada/array_return/p.adb: New file. * gdb.ada/array_return.exp: New testcase.
2005-10-10 * i386-tdep.c (i386_reg_struct_return_p): Allow array types as well.Joel Brobecker2-5/+21
(i386_return_value): Add handling for functions that return array types.
2005-10-10 * ada-valprint.c (print_optional_low_bound): Handle properlyJoel Brobecker2-1/+16
cases where the array index type is a TYPE_CODE_RANGE.
2005-10-10 * valprint.c (val_print_array_elements): Check array size beforeJoel Brobecker2-7/+14
computing its low bound. If zero, then use a default bound of zero.
2005-10-10*** empty log message ***gdbadmin1-1/+1
2005-10-09*** empty log message ***gdbadmin1-1/+1
2005-10-08*** empty log message ***gdbadmin1-1/+1
2005-10-07*** empty log message ***gdbadmin1-1/+1
2005-10-06 PR 1659Alan Modra2-4/+11
* rs6000-tdep.c (rs6000_push_dummy_call): Correct size of backchain write. (rs6000_convert_from_func_ptr_addr): Correct comment.
2005-10-06*** empty log message ***gdbadmin1-1/+1
2005-10-05*** empty log message ***gdbadmin1-1/+1
2005-10-04 * MAINTAINERS: Add section for release management.Joel Brobecker2-0/+16
2005-10-04 * NEWS: Add entry for new "set print array-indexes" command.Joel Brobecker2-0/+10
2005-10-04*** empty log message ***gdbadmin1-1/+1
2005-10-03 * gdb.texinfo (Print Settings): Add documentation for set/showJoel Brobecker2-0/+19
print array-indexes.
2005-10-03 * gdb.base/arrayidx.c: New file.Joel Brobecker3-0/+97
* gdb.base/arrayidx.exp: New testcase.
2005-10-032005-10-03 Joel Brobecker <brobecker@adacore.com>Joel Brobecker14-16/+201
* language.h (language_defn): New field la_print_array_index. (LA_PRINT_ARRAY_INDEX): New macro. (default_print_array_index): Add declaration. * language.c (default_print_array_index): new function. (unknown_language): Add value for new field. (auto_language): Likewise. (local_language): Likewise. * ada-lang.c (ada_print_array_index): New function. (ada_language_defn): Add value for new field. * c-lang.c (c_language_defn): Likewise. (cpluc_language_defn): Likewise. (asm_language_defn): Likewise. (minimal_language_defn): Likewise. * f-lang.c (f_language_defn): Likewise. * jv-lang.c (java_language_defn): Likewise. * m2-lang.c (m2_language_defn): Likewise. * objc-lang.c (objc_language_defn): Likewise. * p-lang.c (pascal_language_defn): Likewise. * scm-lang.c (scm_language_defn): Likewise. * valprint.h (print_array_indexes_p): Add declaration. (get_array_low_bound): Add declaration. (maybe_print_array_index): Add declaration. * valprint.c (print_array_indexes): New static variable. (show_print_array_indexes): New function. (print_array_indexes_p): New function. (get_array_low_bound): New function. (maybe_print_array_index): New function. (val_print_array_elements): Print the index of each element if requested by the user. (_initialize_valprint): Add new array-indexes "set/show print" command. * ada-valprint.c (print_optional_low_bound): Replace extracted code by call to ada_get_array_low_bound_and_type(). Stop printing the low bound if indexes will be printed for all elements of the array. (val_print_packed_array_elements): Print the index of each element of the array if necessary.
2005-10-03 * hppa-tdep.c (read_unwind_info): Fix typo in comment.Joel Brobecker2-1/+5
2005-10-03*** empty log message ***gdbadmin1-1/+1
2005-10-02 * gdb_gcore.sh: Use a temporary file. Use gdb from $PATH.Daniel Jacobowitz2-14/+23
2005-10-02*** empty log message ***gdbadmin1-1/+1
2005-10-01*** empty log message ***gdbadmin1-1/+1
2005-09-30*** empty log message ***gdbadmin1-1/+1
2005-09-29 PR threads/2015Andreas Schwab2-2/+12
* infrun.c (adjust_pc_after_break): Don't use the state from a non-matching thread context.
2005-09-29 * rs6000-tdep.c (rs6000_frame_cache): Handle misdetected framelessDaniel Jacobowitz2-27/+53
functions.
2005-09-29*** empty log message ***gdbadmin1-1/+1
2005-09-28* annotate.c (breakpoints_changed, annotate_frames_invalid)Nick Roberts3-31/+8
(_initialize_annotate): Print breakpoints-invalid and frames-invalid for level 2 annotations only. * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations frames-invalid and breakpoints-invalid are no longer generated with level 3 so don't expect them in the output.
2005-09-28*** empty log message ***Nick Roberts2-0/+12
2005-09-28 * infrun.c (init_execution_control_state): InitializeDaniel Jacobowitz2-1/+6
ecs->another_trap.
2005-09-28(TAGS): Put DEPFILES back and add as a dependency.Nick Roberts1-2/+2
2005-09-28*** empty log message ***Nick Roberts1-0/+4
2005-09-28*** empty log message ***gdbadmin1-1/+1
2005-09-272005-09-27 Bob Rossi <bob@brasko.net>Bob Rossi14-53/+75
* gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .* from test. Escape the | in mi_gdb_test call. * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp, gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp, gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to expected regex's in mi_gdb_test calls. * lib/mi-support.exp: Remove arbitrary .* from tests. (mi_gdb_test): Add string_regex variable. Add anchor to main -re. Fully anchor GDB/MI expected results in mi_gdb_test. * lib/gdb.exp (string_to_regexp): Escape the ] character. * gdb.base/sizeof.exp: Remove escape character. Correct test.
2005-09-27*** empty log message ***gdbadmin1-1/+1
2005-09-26Remove change description for a file that is actually part of the testsuite/Joel Brobecker1-2/+0
subdirectory. The description is included in testsuite/ChangeLog.
2005-09-26Fix name of directory in one ChangeLog entry.Joel Brobecker1-2/+2
2005-09-26(HFILES_NO_SRCDIR): Remove minimon.h, symfile-mem.h.Nick Roberts1-14/+12
(ALLDEPFILES) Correct typo amdfbsd-nat.c -> amd64fbsd-nat.c. Remove irix4-nat.c, m3-nat.c, mipsm3-nat.c, ns32k-tdep.c symm-tdep.c and symm-nat.c. (TAGFILES_NO_SRCDIR): Add CONFIG_SRCS. (DEPFILES): Remove CONFIG_OBS and include it explicitly where needed.
2005-09-26*** empty log message ***Nick Roberts1-0/+10