summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Collapse)AuthorAgeFilesLines
* * Makefile.in (linux-thread-db.o): Depend on $(gdbcore_h).Andreas Schwab2005-10-133-5/+23
| | | | | | * linux-thread-db.c (enable_thread_event): Extend pointer value as specified by target. (thread_db_get_thread_local_address): Likewise.
* *** empty log message ***gdbadmin2005-10-131-1/+1
|
* 2005-10-12 Jim Blandy <jimb@redhat.com>Jim Blandy2005-10-122-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.
* *** empty log message ***gdbadmin2005-10-121-1/+1
|
* *** empty log message ***gdbadmin2005-10-111-1/+1
|
* * gdb.ada/arrayidx/p.adb: New file.Joel Brobecker2005-10-103-1/+198
| | | | * gdb.ada/arrayidx.exp: New testcase
* * gdb.ada/array_return/pck.ads: New file.Joel Brobecker2005-10-105-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.
* * i386-tdep.c (i386_reg_struct_return_p): Allow array types as well.Joel Brobecker2005-10-102-5/+21
| | | | | (i386_return_value): Add handling for functions that return array types.
* * ada-valprint.c (print_optional_low_bound): Handle properlyJoel Brobecker2005-10-102-1/+16
| | | | cases where the array index type is a TYPE_CODE_RANGE.
* * valprint.c (val_print_array_elements): Check array size beforeJoel Brobecker2005-10-102-7/+14
| | | | computing its low bound. If zero, then use a default bound of zero.
* *** empty log message ***gdbadmin2005-10-101-1/+1
|
* *** empty log message ***gdbadmin2005-10-091-1/+1
|
* *** empty log message ***gdbadmin2005-10-081-1/+1
|
* *** empty log message ***gdbadmin2005-10-071-1/+1
|
* PR 1659Alan Modra2005-10-062-4/+11
| | | | | | * rs6000-tdep.c (rs6000_push_dummy_call): Correct size of backchain write. (rs6000_convert_from_func_ptr_addr): Correct comment.
* *** empty log message ***gdbadmin2005-10-061-1/+1
|
* *** empty log message ***gdbadmin2005-10-051-1/+1
|
* * MAINTAINERS: Add section for release management.Joel Brobecker2005-10-042-0/+16
|
* * NEWS: Add entry for new "set print array-indexes" command.Joel Brobecker2005-10-042-0/+10
|
* *** empty log message ***gdbadmin2005-10-041-1/+1
|
* * gdb.texinfo (Print Settings): Add documentation for set/showJoel Brobecker2005-10-032-0/+19
| | | | print array-indexes.
* * gdb.base/arrayidx.c: New file.Joel Brobecker2005-10-033-0/+97
| | | | * gdb.base/arrayidx.exp: New testcase.
* 2005-10-03 Joel Brobecker <brobecker@adacore.com>Joel Brobecker2005-10-0314-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.
* * hppa-tdep.c (read_unwind_info): Fix typo in comment.Joel Brobecker2005-10-032-1/+5
|
* *** empty log message ***gdbadmin2005-10-031-1/+1
|
* * gdb_gcore.sh: Use a temporary file. Use gdb from $PATH.Daniel Jacobowitz2005-10-022-14/+23
|
* *** empty log message ***gdbadmin2005-10-021-1/+1
|
* *** empty log message ***gdbadmin2005-10-011-1/+1
|
* *** empty log message ***gdbadmin2005-09-301-1/+1
|
* PR threads/2015Andreas Schwab2005-09-292-2/+12
| | | | | * infrun.c (adjust_pc_after_break): Don't use the state from a non-matching thread context.
* * rs6000-tdep.c (rs6000_frame_cache): Handle misdetected framelessDaniel Jacobowitz2005-09-292-27/+53
| | | | functions.
* *** empty log message ***gdbadmin2005-09-291-1/+1
|
* * annotate.c (breakpoints_changed, annotate_frames_invalid)Nick Roberts2005-09-283-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.
* *** empty log message ***Nick Roberts2005-09-282-0/+12
|
* * infrun.c (init_execution_control_state): InitializeDaniel Jacobowitz2005-09-282-1/+6
| | | | ecs->another_trap.
* (TAGS): Put DEPFILES back and add as a dependency.Nick Roberts2005-09-281-2/+2
|
* *** empty log message ***Nick Roberts2005-09-281-0/+4
|
* *** empty log message ***gdbadmin2005-09-281-1/+1
|
* 2005-09-27 Bob Rossi <bob@brasko.net>Bob Rossi2005-09-2714-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.
* *** empty log message ***gdbadmin2005-09-271-1/+1
|
* Remove change description for a file that is actually part of the testsuite/Joel Brobecker2005-09-261-2/+0
| | | | subdirectory. The description is included in testsuite/ChangeLog.
* Fix name of directory in one ChangeLog entry.Joel Brobecker2005-09-261-2/+2
|
* (HFILES_NO_SRCDIR): Remove minimon.h, symfile-mem.h.Nick Roberts2005-09-261-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.
* *** empty log message ***Nick Roberts2005-09-261-0/+10
|
* gdb/Jan Beulich2005-09-262-0/+5
| | | | | | 2005-09-26 Jan Beulich <jbeulich@novell.com> * MAINTAINERS (Write After Approval): Add myself.
* gdb/Jan Beulich2005-09-264-3/+56
| | | | | | | | | | | 2005-09-26 Jan Beulich <jbeulich@novell.com> * amd64-tdep.h (AMD64_FCTRL_REGNUM, AMD64_FSTAT_REGNUM, AMD64_MXCSR_REGNUM): New. * amd64-tdep.c (amd64_dwarf_regmap): Add eflags, selector regs, mxcsr, fp control and status words. * i386-tdep.c (): Add selector regs, mxcsr, fp control and status words.
* 2005-09-26 Paul Brook <paul@codesourcery.com>Paul Brook2005-09-264-22/+141
| | | | | | | | | | | | | | * arm-tdep.c (arm_type_align): New function. (arm_push_dummy_call): Use it. Ensure proper argument alignment. (arm_extract_struct_value_address): Remove. (arm_use_struct_convention): Rename... (arm_return_in_memory): ... To this. Return nonzero for all small aggregates under the EABI. (arm_return_value): New function. (arm_gdbarch_init): Default for VFP float model for EABI binaries. Use set_gdbarch_return_value instead of obsolete functions. * testsuite/long_long.exp: Exclude eabi targets from arm FPA float format test.
* *** empty log message ***gdbadmin2005-09-261-1/+1
|
* *** empty log message ***gdbadmin2005-09-251-1/+1
|
* *** empty log message ***gdbadmin2005-09-241-1/+1
|