summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 2003-03-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-203-1/+7
| | | | | * Makefile.in (alpha-osf1-tdep.o): Update dependencies. * alpha-osf1-tdep.c: Include "gdb_string.h".
* 2003-03-20 H.J. Lu <hjl@gnu.org>H.J. Lu2003-03-202-0/+9
| | | | | * elfxx-ia64.c (elfNN_ia64_relax_section): Don't try relax for non-ELF outputs.
* * gdb.base/default.exp: Fix regular expression.Corinna Vinschen2003-03-202-2/+6
|
* * gdb.base/args.exp: Fix regular expression.Corinna Vinschen2003-03-202-3/+7
|
* * gdb.base/help.exp: Allow Win32 child process.Corinna Vinschen2003-03-202-1/+5
|
* * gdb.base/ending-run.exp: Check for Cygwin specific wrapper functionCorinna Vinschen2003-03-202-0/+9
| | | | when stepping out of main().
* * gdb.base/default.exp: Check for win32 specific message when callingCorinna Vinschen2003-03-202-0/+11
| | | | "run" without executable.
* * gdb.base/args.exp: Expect .exe in output.Corinna Vinschen2003-03-202-3/+7
|
* * gdb.asm/asm-source.exp: Add appropriate --entry linker flag forCorinna Vinschen2003-03-202-0/+8
| | | | Cygwin native.
* fix date on latest ChangeLog entry.Nick Clifton2003-03-201-1/+1
|
* Add Cirrus Maverick support to arm simulatorNick Clifton2003-03-2012-33/+1490
|
* Initialise $idata2 and $idata5 in case bfd_coff_final_link is not called.Nick Clifton2003-03-202-15/+31
|
* Added Commandline Support.D.Venkatasubramanian2003-03-203-0/+214
| | | | | | | | | | | | | | | 2003-03-20 D.Venkatasubramanian <dvenkat@noida.hcltech.com> * compile.c (cmdline_location): Added function to return the location of 8-bit (256 locations) where the Command Line arguments would be stored. (decode): Added a TRAP to 0xcc for Commandline processing using pseudo opcode O_SYS_CMDLINE. (sim_resume): Added handling of O_SYS_CMDLINE Trap. (sim_create_inferior): Setting a pointer to Commandline Args array. * inst.h: Added a new variable ptr_command_line for storing pointer to Commandline array.
* *** empty log message ***gdbadmin2003-03-201-1/+1
|
* daily updateAlan Modra2003-03-191-1/+1
|
* * hppa-tdep.c (hppa_gdbarch_init): Set the push_dummy_frame gdbarchJoel Brobecker2003-03-193-3/+13
| | | | | | | method, now that hppa_push_dummy_frame has a conformant prototype. * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Wrap macro inside "#if !GDB_MULTI_ARCH ... #endif" conditional, in preparation for the switch to multiarch partial.
* * mdebugread.c (parse_symbol): For stEnd, we're done countingKevin Buettner2003-03-192-3/+12
| | | | when iss is issNull.
* * elf64-sparc.c (struct sparc64_elf_section_data): Add reloc_countJakub Jelinek2003-03-192-14/+58
| | | | | | | | | | field. (canon_reloc_count): Define. (sparc64_elf_slurp_one_reloc_table, sparc64_elf_slurp_reloc_table, sparc64_elf_canonicalize_dynamic_reloc): Use it instead of reloc_count. (sparc64_elf_canonicalize_reloc): New routine. (bfd_elf64_canonicalize_reloc): Define.
* * mips-tdep.c (mips_register_name): Fix fencepost error involvingKevin Buettner2003-03-192-1/+6
| | | | NUM_REGS bounds check.
* Print correct register names for MIPS targets using n32/n64 ABIs.Kevin Buettner2003-03-198-56/+76
|
* *** empty log message ***gdbadmin2003-03-191-1/+1
|
* * elfxx-ia64.c (elfNN_ia64_relax_section): Handle relaxationJakub Jelinek2003-03-182-4/+16
| | | | | againt mergeable sections. Take r_addend into account when caching trampolines.
* daily updateAlan Modra2003-03-181-1/+1
|
* 2003-03-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-184-3/+10
| | | | | | | * printcmd.c (print_scalar_formatted): Change VALADDR parameter to a void pointer. * gdbtypes.h (print_scalar_formatted): Update declaration. * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
* just pretend these didn't get committed.Andrew Cagney2003-03-182-323/+0
|
* * infrun.c (observer.h): Add #include.Joel Brobecker2003-03-183-1/+10
| | | | | (normal_stop): Add call to observer_notify_normal_stop. * Makefile.in (infrun.o): Add dependency on observer.h.
* Continuing work to convert the hppa targets to multiarch partial.Joel Brobecker2003-03-183-14/+17
| | | | | | | | * hppa-tdep.c (hppa_push_dummy_frame): Remove unused function parameter. Reformat comment. * config/pa/tm-hppa.h (hppa_push_dummy_frame): Update profile. (DEPRECATED_PUSH_DUMMY_FRAME): Update call to hppa_push_dummy_frame() to match new profile.
* * elfxx-ia64.c (get_dyn_sym_info): Return NULL gracefully forRichard Henderson2003-03-182-1/+10
| | | | local symbols that have no dyninfo.
* * hppa-tdep.c (hppa_push_dummy_frame): Remove hack which does notJoel Brobecker2003-03-182-17/+6
| | | | appear to be working in any case.
* * observer.c (observer_test_first_observer): New static variable.Joel Brobecker2003-03-182-0/+39
| | | | | | | | (observer_test_second_observer): Likewise. (observer_test_third_observer): Likewise. (observer_test_first_notification_function): New static function. (observer_test_second_notification_function): Likewise. (observer_test_third_notification_function): Likewise.
* * gdbint.texinfo (Algorithms): Add new section describing theJoel Brobecker2003-03-184-2/+101
| | | | | | | | Observer paradigm. (Top): Add menu entry to new observer appendix. * observer.texi: New file. * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on new observer.texi file.
* *** empty log message ***gdbadmin2003-03-181-1/+1
|
* * hppa-tdep.c (gdb_assert.h): Add missing #include.Joel Brobecker2003-03-174-2/+11
| | | | | | * somsolib.c (gdb_assert.h): Likewise. * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h. (somsolib.o): Likewise.
* merge from gccDJ Delorie2003-03-172-1/+37
|
* daily updateAlan Modra2003-03-171-1/+1
|
* * generic/gdbtk-register.c (get_register): Use frame_registerKeith Seitz2003-03-172-2/+11
| | | | instead of get_saved_register (which was deleted from gdb).
* 2003-03-17 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-177-0/+793
| | | | | | | From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and vector registes. * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files. * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
* 2003-03-17 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-172-5/+7
| | | | | * disasm.c (gdb_disassembly): Set di.mach using the architecture's BFD. Simplify setting of di.endian.
* 2003-03-17 David Carlton <carlton@math.stanford.edu>David Carlton2003-03-173-0/+55
| | | | | | | | * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New test, for PR breakpoints/38. Call test_watchpoint_and_breakpoint. * gdb.base/watchpoint.c (func3): New function. (main): Call func3.
* * configure.in: Check for stdlib.h.Daniel Jacobowitz2003-03-174-2/+12
| | | | | * configure: Regenerated. * config.in: Regenerated.
* 2003-03-17 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-174-29/+102
| | | | | | | | | | | | * rs6000-tdep.c (ppc_floating_point_unit_p): New function. * ppc-tdep.h (ppc_floating_point_unit_p): Declare. From Elena Zannoni <ezannoni@redhat.com> * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): Handle e500 vector and floating-point parameters. (ppc_sysv_abi_use_struct_convention): Handle e500 struct return convention. (ppc_sysv_abi_broken_use_struct_convention): Ditto.
* merge from gccDJ Delorie2003-03-174-4/+29
|
* * MAINTAINERS: Remove my name from several maintainership roles.Fernando Nasser2003-03-172-7/+10
|
* 2003-03-17 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-172-8/+10
| | | | | * gdb.texinfo (DATE): Delete. Remove date from titles. Mention that GNU Press update the manual version number.
* 2003-03-17 Andrew Cagney <cagney@redhat.com>cagney_lazyid-20030317-branchpointAndrew Cagney2003-03-178-227/+381
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix frame off-by-one bug. * frame-unwind.h (frame_this_id_ftype): Replace frame_unwind_id_ftype. (frame_prev_register_ftype): Replace frame_unwind_reg_ftype. (struct frame_unwind): Replace "id" with "this_id". Replace "reg" with "prev_register". * frame-unwind.c (frame_unwind_find_by_pc): Return legacy_saved_regs_unwind instead of trad_frame_unwind. Update comment. * dummy-frame.c (cached_find_dummy_frame): Delete function. (dummy_frame_this_id): Replace dummy_frame_id_unwind. (dummy_frame_prev_register): Replace dummy_frame_register_unwind. (dummy_frame_unwind): Update. * sentinel-frame.c (sentinel_frame_prev_register): Replace sentinel_frame_register_unwind. (sentinel_frame_this_id): Replace sentinel_frame_id_unwind. (sentinel_frame_unwinder): Update. * frame.h (legacy_saved_regs_unwind): Replace trad_frame_unwind. (struct frame_info): Rename "unwind_cache" to "prologue_cache". * frame.c (create_sentinel_frame): Update. Initialize "prologue_cache" instead of "unwind_cache". (frame_register_unwind): Call this frame's prev_register with the next frame and this frame's prologue cache. (get_prev_frame): Simplify. Always call prev frame's this_id with this frame and prev frame's prologue cache. Document that this call is shifted one to the left when compared to the frame_register_unwind call. (legacy_saved_regs_prev_register): Replace frame_saved_regs_register_unwind. (legacy_saved_regs_this_id): Replace frame_saved_regs_id_unwind. (legacy_saved_regs_unwinder): Replace trad_frame_unwinder. (legacy_saved_regs_unwind): Replace trad_frame_unwind. * d10v-tdep.c (d10v_frame_this_id): Replace d10v_frame_id_unwind. (d10v_frame_unwind): Update. (d10v_frame_prev_register): Replace d10v_frame_register_unwind. (d10v_frame_unwind_cache): Replace this "fi" with "next_frame". (saved_regs_unwinder): Replace this "frame" with "next_frame", and "saved_regs" with "this_saved_regs".
* Fix formatting. Update copyright date.Nick Clifton2003-03-172-63/+66
|
* (O_SYS_CMDLINE): New pseudo opcode for command line processing.Nick Clifton2003-03-172-0/+7
|
* *** empty log message ***gdbadmin2003-03-171-1/+1
|
* daily updateAlan Modra2003-03-161-1/+1
|
* 2003-03-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-162-1/+13
| | | | | * frame.c (frame_pop): Don't call target_store_registers. Fix problem reported by Mark Kettenis.