aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2000-07-09 * gdbtypes.c (is_ancestor): Infer type equivalence from nameNicholas Duffek1-0/+10
equivalence. (rank_one_type): Use strcmp instead of == to compare type names. Don't swap parm with arg when checking TYPE_CODE_REF types. * valops.c (find_overload_match): Fix indentation. Compare parameter rankings to 0..9, 10..99, and 100+ instead of 0, 10, and 100.
2000-07-07 * xcoffread.c (read_symbol_nvalue): Return CORE_ADDR.Nicholas Duffek1-0/+5
* rs6000-tdep.c (rs6000_pop_frame): Make addr CORE_ADDR type.
2000-07-07More mult-arch conversions: IEEE_FLOAT, SKIP_PROLOGUE,Andrew Cagney1-0/+14
SAVED_PC_AFTER_CALL, DECR_PC_AFTER_BREAK, BREAKPOINT_FROM_PC, INNER_THAN.
2000-07-07* config/i386/tm-linux.h: Add longjmp support.Mark Kettenis1-0/+5
(JB_ELEMENT_SIZE, JB_PC): New defines. (GET_LONGJMP_TARGET): Define. (get_longjmp_target): Add prototype.
2000-07-07* breakpoint.c (bpstat_what): Keep returningMark Kettenis1-0/+7
BPSTAT_WHAT_SET_LONGJMP_RESUME when hitting multiple longjmp() breakpoints instead of signalling an error by returning BPSTAT_WHAT_STOP_NOISY.
2000-07-062000-07-06 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder1-0/+4
* mips-tdep.c: Replace '16' with bfd_mach_mips16 where appropriate.
2000-07-06* infcmd.c (attach_command): Move "stop_soon_quietly" setting insideChristopher Faylor1-0/+6
ATTACH_NO_WAIT conditional since we are not about to stop soon if we're not calling wait_for_inferior.
2000-07-05Keep NATDEPFILES on a single line.Andrew Cagney1-0/+5
2000-07-05Set SER_HARDWIRET to ser-go32.c when *go32* or *djgpp*.Andrew Cagney1-0/+6
2000-07-05Replace command_loop_marker() with null_cleanup().Andrew Cagney1-0/+7
2000-07-05Check for <sys/poll.h>.Andrew Cagney1-0/+7
2000-07-05Pass infodir down to sub-makes.Andrew Cagney1-0/+5
2000-07-05Update TODO.Andrew Cagney1-0/+4
2000-07-04* TODO: Update.Mark Kettenis1-0/+4
2000-07-032000-07-03 Christopher Faylor <cgf@cygnus.com>Elena Zannoni1-0/+8
Committed by Elena Zannoni <ezannoni@cygnus.com> * sh-tdep.c (sh_skip_prologue): Change prologue matching for modern compilers. (sh_frame_find_saved_regs): Ditto. (sh_find_callers_reg): Stop if pc is zero.
2000-07-01Revert previous ser-unix change. Locks up serial device.Andrew Cagney1-0/+6
2000-07-01Restore setting of SER_HARDWIRE. Lost during rs6000 merge.Andrew Cagney1-0/+4
2000-06-27Params elimination.Kevin Buettner1-0/+4
2000-06-23Tipo.Andrew Cagney1-1/+1
2000-06-23For EABI, start allocting space on the stack when the registers areAndrew Cagney1-0/+6
full. Not when the number of args == 8.
2000-06-23Add support for auto_boolean (true, false or auto).Andrew Cagney1-0/+12
2000-06-23When FP registers are full, store FP arguments on stack and not inAndrew Cagney1-0/+6
integer registers.
2000-06-21 * typo problems in last commit fixedPierre Muller1-3/+2
2000-06-212000-06-21 Pierre Muller <muller@ics.u-strasbg.fr> Pierre Muller1-0/+5
* symfile.c (init_filename_language_table) add ".pas", ".p" and ".pp" as pascal source file extensions.
2000-06-19* remote-nindy.c (nindy_fetch_word, nindy_store_word): RemovedJ.T. Conklin1-0/+19
(nindy_xfer_inferior_memory): Use dcache_xfer_memory() instead of breaking transfer into chunks and using nindy_fetch_word() and nindy_store_word(). * remote-bug.c (bug_xfer_memory): Use dcache_xfer_memory() instead of breaking transfer into chunks and using gr_fetch_word() and gr_store_word(). * remote.c (remote_fetch_word, remote_store_word): Removed. * remote-utils.h (gr_fetch_word, gr_store_word): Removed. * remote-utils.c (gr_fetch_word, gr_store_word): Removed. * dcache.h (dcache_fetch, dcache_poke, dcache_poke_block): Removed. * dcache.c (dcache_fetch, dcache_poke): Removed.
2000-06-19 * defs.h: define language_pascal in language enumeration. Pierre Muller1-0/+7
* language.h: define _LANG_pascal macro. * language.c: add language_pascal support in all language dependant functions.
2000-06-17Add ``set debug mips'' command. Add much debugging.Andrew Cagney1-0/+7
2000-06-17For MIPS_EABI, squeeze simple floating point structs into an FP register.Andrew Cagney1-0/+5
2000-06-17Remove arbitrary printf output limit placed on pmon targetsAndrew Cagney1-0/+7
2000-06-17EABI64 was selecting EABI32Andrew Cagney1-0/+5
2000-06-16 * rs6000-tdep.c: Changes throughout for multi-arch 64-bitNicholas Duffek1-0/+66
support. Incorporate most of tm-rs6000.h. (find_toc_address_hook): Rename to rs6000_find_toc_address_hook. (rs6000_set_host_arch_hook): Declare. (read_memory_addr): Define. (pop_frame): Rename to rs6000_pop_frame. (rs6000_pop_frame, rs6000_fix_call_dummy, rs6000_push_arguments, rs6000_frame_saved_pc, rs6000_frame_chain): Remove non-generic dummy frame handling. (branch_dest, rs6000_pop_frame, rs6000_skip_trampoline_code, rs6000_frame_saved_pc, frame_get_saved_regs, frame_initial_stack_address, rs6000_frame_chain, rs6000_convert_from_func_ptr_addr): Call read_memory_addr instead of read_memory_integer. (branch_dest, rs6000_pop_frame, rs6000_push_arguments, rs6000_skip_trampoline_code, rs6000_frame_saved_pc, frame_get_saved_regs, frame_initial_stack_address, rs6000_frame_chain): Replace 4 with TDEP->wordsize. (skip_prologue): Recognize some 64-bit stack adjustments. (push_dummy_frame, pop_dummy_frame, set_processor, show_processor): Delete. (frame_get_saved_regs): Manipulate saved register addresses using CORE_ADDR instead of int. (rs6000_create_inferior): New function. (register_names_*[]): Change to struct reg registers_*[]. (variants[]): Assimilate into multi-arch approach. (register_names_*[], variants[]): Refer to pre-PowerPC architectures as POWER instead of RS6000. * rs6000-nat.c: Ubiquitous changes for 64-bit support. (vmap_secs, xcoff_relocate_symtab): Cast addresses to unsigned long to avoid sign-extension errors. (set_host_arch): New function. (xcoff_relocate_symtab): Try disabling usleep(36000) workaround. (rs6000_core_fns): Use new bfd_target_xcoff_flavour. (_initialize_core_rs6000): Initialize rs6000_set_host_arch_hook. * symfile.c (find_sym_fns): Remove special xcoff kludge. * xcoffread.c (secnum_to_bfd_section): Initialize args.objfile. (process_linenos): Query line struct size from coff backend instead of using compile-time constant. (enter_line_range): Likewise. (read_xcoff_symtab): Pass "XCOFF64" instead of "XCOFF" to record_debugformat() if appropriate. (process_xcoff_symbol): Access symbol addresses using SYMBOL_VALUE_ADDRESS instead of SYMBOL_VALUE. (read_symbol_lineno): Retrieve XCOFF64 symbol names from strtbl. (scan_xcoff_symtab): Likewise. Query syment struct size from coff backend instead of using compile-time constant. (xcoff_sym_fns): Set flavour to bfd_target_xcoff_flavour. * Makefile.in (INTERNAL_LDFLAGS): Add $(MH_LDFLAGS) to list of flags that this Makefile variable get set to. (From Kevin Buettner.) * config/powerpc/aix.mh (MH_LDFLAGS): Add linker flags so that the TOC doesn't overflow. (From Kevin Buettner.) * config/powerpc/tm-ppc-aix.h: Move config decisions to multi-arched rs6000-tdep.c. * config/rs6000/tm-rs6000.h: Likewise. (GDB_MULTI_ARCH): Define. (skip_trampoline_code): Rename to rs6000_skip_trampoline_code. (is_magic_function_pointer): Replace with rs6000_convert_from_func_ptr_addr. (TARGET_CREATE_INFERIOR_HOOK): Define. (find_toc_address_hook): Rename to rs6000_find_toc_address_hook. (rs6000_set_host_arch_hook): Declare. * config/rs6000/nm-rs6000.h (CHILD_XFER_MEMORY): Define.
2000-06-16File list is incorrect.Jim Blandy1-2/+1
2000-06-16PARAMS elimination.Kevin Buettner1-0/+4
2000-06-152000-06-15 Michael Snyder <msnyder@cygnus.com>Michael Snyder1-13/+14
* utils.c: Fix comment typo.
2000-06-152000-06-15 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder1-0/+4
* valops.c (value_cast): Break up long lines.
2000-06-14*** empty log message ***Jim Blandy1-0/+17
2000-06-142000-06-14 Pierre Muller <muller@ics.u-strasbg.fr> Pierre Muller1-0/+5
Add support for Pascal language. Part 1: new files. * p-exp.y, p-lang.c, p-lang.h, p-typeprint.c, p-valprint.c: New files.
2000-06-14PARAMS elimination.Kevin Buettner1-0/+4
2000-06-13 * configure.host (hppa*64*): Renamed from hppa2.0w perJeff Law1-0/+6
gcc/binutils changes. * configure.tgt: Similarly.
2000-06-13Use PT_CFM in place of PT_CR_IFS.Kevin Buettner1-0/+7
2000-06-122000-06-12 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder1-0/+4
* breakpoint.c (breakpoint_thread_match): Fix comment.
2000-06-122000-06-12 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser1-0/+5
* valops.c (value_assign): Adjust the length to take into consideration that we are not starting from the beginning.
2000-06-12 * symfile.c (add_symbol_file_command): Properly reformat "else if"Elena Zannoni1-0/+6
code. * coffread.c (coff_symtab_read): Ditto.
2000-06-12ser-tcp.o moved to configure.in.Andrew Cagney1-0/+1
2000-06-12Update TODO - SER_HARDWIRE problem was fixed.Andrew Cagney1-0/+2
2000-06-12Set SER_HARDWIRE using autoconf instead of via XDEPFILES. IncludeAndrew Cagney1-0/+25
ser-tcp.o by default.
2000-06-12Multi-arch GDB_TARGET_IS_MIPS64.Andrew Cagney1-0/+10
2000-06-12Print all known but not yet multi-arched values.Andrew Cagney1-0/+5
2000-06-12* config/i386/tm-i386.h: Add forward declaration of `struct value'.Mark Kettenis1-0/+8
(FIX_CALL_DUMMY): Redefined to call i386_fix_call_dummy. (i386_fix_call_dummy): Add prototype. * i386-tdep.c (i386_fix_call_dummy): New function based on the code from the old FIX_CALL_DUMMY macro.
2000-06-12Eliminate use of PARAMS.Kevin Buettner1-0/+4