aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2000-07-07More mult-arch conversions: IEEE_FLOAT, SKIP_PROLOGUE,Andrew Cagney3-65/+40
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 Kettenis2-0/+22
(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 Kettenis2-1/+8
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 Snyder2-3/+9
* mips-tdep.c: Replace '16' with bfd_mach_mips16 where appropriate.
2000-07-06* infcmd.c (attach_command): Move "stop_soon_quietly" setting insideChristopher Faylor2-1/+7
ATTACH_NO_WAIT conditional since we are not about to stop soon if we're not calling wait_for_inferior.
2000-07-05Remove \centerline from the blurb. Patch from Brian Youmans.Eli Zaretskii2-5/+11
2000-07-05Keep NATDEPFILES on a single line.Andrew Cagney2-2/+7
2000-07-05Set SER_HARDWIRET to ser-go32.c when *go32* or *djgpp*.Andrew Cagney3-50/+58
2000-07-05Replace command_loop_marker() with null_cleanup().Andrew Cagney4-18/+10
2000-07-05Check for <sys/poll.h>.Andrew Cagney5-194/+215
2000-07-05Pass infodir down to sub-makes.Andrew Cagney2-0/+6
2000-07-05Update TODO.Andrew Cagney2-0/+26
2000-07-04* TODO: Update.Mark Kettenis2-5/+7
2000-07-04Rewrite gdb.asm so that it doesn't assume a C comiler (or any CAndrew Cagney4-16/+48
support).
2000-07-04Replace jumbo pattern match with gdb_expect_list().Andrew Cagney2-6/+38
2000-07-032000-07-03 Christopher Faylor <cgf@cygnus.com>Elena Zannoni2-33/+43
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 Cagney2-26/+45
2000-07-01Restore setting of SER_HARDWIRE. Lost during rs6000 merge.Andrew Cagney2-3/+7
2000-06-27Params elimination.Kevin Buettner2-3/+7
2000-06-25 * Makefile.in (install-info): Support installation from outside ofEli Zaretskii2-1/+8
the source directory. Reported by Mark Harig <markh@frazier.landmark.com>.
2000-06-23Tipo.Andrew Cagney1-1/+1
2000-06-23For EABI, start allocting space on the stack when the registers areAndrew Cagney2-11/+22
full. Not when the number of args == 8.
2000-06-23Add support for auto_boolean (true, false or auto).Andrew Cagney4-6/+154
2000-06-23When FP registers are full, store FP arguments on stack and not inAndrew Cagney2-12/+35
integer registers.
2000-06-22PARAMS elimination.Kevin Buettner2-4/+8
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 Muller2-0/+8
* symfile.c (init_filename_language_table) add ".pas", ".p" and ".pp" as pascal source file extensions.
2000-06-20* gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.J.T. Conklin2-1/+5
2000-06-20PARAMS elimination.Kevin Buettner2-10/+9
2000-06-19* remote-nindy.c (nindy_fetch_word, nindy_store_word): RemovedJ.T. Conklin8-250/+27
(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-192000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-1/+6
* gdb.base/maint.exp: Add 'maint print architecture' item to output of 'help maint print' command.
2000-06-19 * defs.h: define language_pascal in language enumeration. Pierre Muller4-3/+39
* language.h: define _LANG_pascal macro. * language.c: add language_pascal support in all language dependant functions.
2000-06-18Re-do multi-line tests using gdb_expect_list().Andrew Cagney2-41/+110
2000-06-18PARAMS elimination.Kevin Buettner2-7/+11
2000-06-17Add ``set debug mips'' command. Add much debugging.Andrew Cagney2-11/+98
2000-06-17For MIPS_EABI, squeeze simple floating point structs into an FP register.Andrew Cagney2-1/+13
2000-06-17Remove arbitrary printf output limit placed on pmon targetsAndrew Cagney2-9/+29
2000-06-17EABI64 was selecting EABI32Andrew Cagney2-1/+6
2000-06-16 * rs6000-tdep.c: Changes throughout for multi-arch 64-bitNicholas Duffek10-1447/+1551
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 Buettner2-7/+11
2000-06-152000-06-15 Michael Snyder <msnyder@cygnus.com>Michael Snyder2-14/+15
* utils.c: Fix comment typo.
2000-06-152000-06-15 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2-2/+8
* valops.c (value_cast): Break up long lines.
2000-06-14*** empty log message ***Jim Blandy1-0/+17
2000-06-142000-06-14 Jim Blandy <jimb@redhat.com>Jim Blandy1-14/+15
* dwarf2read.c (dump_die): Use the proper printf format for printing DW_UNSND values; they're longs now. * dwarf2read.c (dump_die): We can read DW_FORM_data8 now, on at least some platforms, so print it out too. 2000-06-14 James E. Wilson <wilson@bletchleypark.cygnus.com> * dwarf2read.c (struct attribute): Change unsnd and snd field types to long. (read_8_bytes): Change return type to long. (read_unsigned_leb128): Change return type to long. Change type of local result to long. Cast argument of left shift to long. (read_signed_leb128): Likewise.
2000-06-142000-06-14 Pierre Muller <muller@ics.u-strasbg.fr> Pierre Muller6-0/+3983
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 Buettner3-4/+8
2000-06-13 * configure.host (hppa*64*): Renamed from hppa2.0w perJeff Law3-2/+8
gcc/binutils changes. * configure.tgt: Similarly.
2000-06-13Use PT_CFM in place of PT_CR_IFS.Kevin Buettner3-2/+9
2000-06-122000-06-12 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-2/+6
* breakpoint.c (breakpoint_thread_match): Fix comment.