Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-01-26 | am33 sanitize changes | Jeff Law | 7 | -59/+43 | |
1999-01-26 | am33 sanitization changes | Jeff Law | 4 | -41/+23 | |
1999-01-26 | am33 sanitization changes. | Jeff Law | 8 | -158/+81 | |
1999-01-26 | am33 sanitization changes. | Jeff Law | 2 | -37/+15 | |
1999-01-26 | am33 sanitization changes | Jeff Law | 1 | -29/+1 | |
1999-01-26 | am33 is now kept with --keep-cygnus. | Jeff Law | 2 | -54/+30 | |
1999-01-26 | am33 is now kept with --keep-cygnus. | Jeff Law | 1 | -11/+11 | |
1999-01-26 | * Update copyright year. | Frank Ch. Eigler | 1 | -1/+1 | |
1999-01-26 | * Implement --memory-fill and fix --memory-clear options, | Frank Ch. Eigler | 2 | -26/+115 | |
for internal PR 18869 and 18870. 1999-01-26 Frank Ch. Eigler <fche@cygnus.com> * sim-memopt.c (memory_options): Add MEMORY_FILL option. (memory_option_handler): Implement MEMORY_FILL option. Make MEMORY_CLEAR an alias for MEMORY_FILL=0. (parse_ulong_value): New function. (do_memopt_add): Allocate all buffers. Optionally fill them. | |||||
1999-01-26 | * sh-tdep.c (sh_target_architecture_hook): Return immediately | Mark Alexander | 2 | -0/+12 | |
when a matching machine is found. | |||||
1999-01-22 | Initial implementation of fixes for MPC860 version C0 & earlier. | James Lemke | 1 | -5/+28 | |
1999-01-22 | Fix for PR 18873: | Mark Alexander | 1 | -1/+4 | |
* remote-mips.c (mips_initialize): Fix parameters to clear_breakpoint. (common_breakpoint): Restore support for instruction breakpoints on non-LSI targets. | |||||
1999-01-22 | Fix typos. | Andrew Cagney | 1 | -0/+5 | |
1999-01-22 | From J.T. Conklin <jtc@redbacknetworks.com>: | Stan Shebs | 2 | -1/+7 | |
* top.c (init_main): Fix tipo in description of the remotetimeout variable. * breakpoint.c (bpstat_stop_status): Handle systems where DECR_PC_AFTER_BREAK != DECR_PC_AFTER_HW_BREAK. | |||||
1999-01-22 | * procfs.c (init_procfs_ops): New function, fills in procfs_ops, | Stan Shebs | 2 | -25/+31 | |
init only nonzero fields, leave to_require_attach and to_require_detach empty, not needed for /proc systems yet. (_initialize_procfs): Call init_procfs_ops. | |||||
1999-01-22 | * mon960-rom.c (_initialize_mon960): Call init_mon960_cmds | Mark Alexander | 2 | -2/+14 | |
to fill in mon960_cmds structure properly. | |||||
1999-01-21 | * remote-sds.c (sds_ops): Define only once. | Stan Shebs | 1 | -72/+37 | |
(init_sds_ops, sds_command, _initialize_remote_sds): Declare. (init_sds_ops): Init only non-zero fields. | |||||
1999-01-21 | * gdb.texinfo: Make many HPPA conditionals unconditional, | Stan Shebs | 3 | -358/+110 | |
including catchpoint description, since now on for all configs. * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific specializations. | |||||
1999-01-20 | Changes for PR 8996: | Mark Alexander | 3 | -0/+55 | |
* h8300-tdep.c (original_register_names, h8300h_register_names, h8300_register_names): Define new variables. (set_register_names): New function to set register names based on current CPU type. (h8300_command, h8300h_command, h8300s_command): Call set_register_names. * config/h8300/tm-h8300.h (h8300_register_names): Declare. (REGISTER_NAME): Define to refer to h8300_register_names. | |||||
1999-01-20 | remove fr30 sanitization | Doug Evans | 1 | -28/+0 | |
1999-01-20 | new dir cross-build needs to be kept. | Felix Lee | 1 | -0/+1 | |
1999-01-20 | new file, shlib-call.exp, should be kept. | Felix Lee | 1 | -0/+1 | |
1999-01-20 | sanitization fix: add directory bsp | Felix Lee | 1 | -1/+1 | |
1999-01-19 | Shame on Jimbo. | Jason Molenda | 1 | -1/+2 | |
1999-01-19 | 1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com> | Fernando Nasser | 30 | -46/+107 | |
* sol-thread.c abug-rom.c cpu32bug-rom.c dbug-rom.c m32r-rom.c mac-nat.c mon960-rom.c op50-rom.c ppc-bdm.c remote-adapt.c remote-array.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c remote-est.c remote-hms.c remote-mm.c remote-nindy.c remote-nrom.c remote-os9k.c remote-rdp.c remote-sds.c remote-sim.c remote-st.c remote-udi.c rom68k-rom.c sh3-rom.c sparcl-tdep.c sparclet-rom.c v850ice.c win32-nat.c: cosmetic changes to conform to coding standards. | |||||
1999-01-19 | fix copyright years (forgot to add 1999). | David Taylor | 3 | -3/+3 | |
1999-01-19 | Use aclocal to generate GDB's aclocal.m4 script. | Jim Blandy | 3 | -243/+1361 | |
* acinclude.m4: New file, containing the hand-written local macro definitions that used to be in aclocal.m4. Don't sinclude ../bfd/aclocal.m4 any more; running aclocal in this directory will get us the definitions we need. HOWEVER: Do sinclude ../bfd/acinclude.m4, because we need the definition of BFD_NEED_DECLARATION. * aclocal.m4: Regenerated by aclocal. * configure: Regenerated by autoconf. | |||||
1999-01-19 | *** empty log message *** | Jim Blandy | 1 | -1/+0 | |
1999-01-19 | *** empty log message *** | Jim Blandy | 1 | -0/+13 | |
1999-01-19 | disable_breakpoints_in_shlibs now takes a new parameter -- silent; callers | David Taylor | 7 | -13/+33 | |
updated. new callers -- clear_solib (irix5-nat.c, osfsolib.c, solib.c). PR 16495 / PR 18213. | |||||
1999-01-19 | Display ARM syntax for PC relative offsets, as well as symbolic addresses. | Nick Clifton | 1 | -0/+5 | |
1999-01-19 | fix comments and some indentation. | David Taylor | 2 | -210/+511 | |
1999-01-19 | only declare child_post_attach if CHILD_POST_ATTACH is defined. | David Taylor | 2 | -0/+7 | |
1999-01-19 | More make_cleanups/catch_errors warning fixes. | Andrew Cagney | 3 | -11/+17 | |
1999-01-19 | HPMERGE: | Andrew Cagney | 6 | -19/+39 | |
More wrong uses of gdb_stderr and stderr/stdout. More upddates to calls of catch_errors() so that call matches new interface. | |||||
1999-01-19 | * ser-ocd.c (ocd_open): Handle Unix case gracefully. | Stan Shebs | 2 | -2/+6 | |
fixes bug reported on ecos-discuss | |||||
1999-01-19 | * target.c (dummy_target): Don't initialize statically. | Stan Shebs | 3 | -142/+101 | |
(init_dummy_target): New function, fills in dummy_target. (initialize_targets): Use it. * hpux-thread.c (hpux_thread_ops): Don't initialize statically. (init_hpux_thread_ops): New function, fills in hpux_thread_ops. (_initialize_hpux_thread): Use it. * m3-nat.c (m3_ops): Don't initialize statically. (init_m3_ops): New function, fills in m3_ops. (_initialize_m3): Use it. | |||||
1999-01-19 | 1999-01-18 Fernando Nasser <fnasser@totem.to.cygnus.com> | Fernando Nasser | 4 | -138/+91 | |
* sol-thread.c: delete compile time initialization of target_ops (_initialize_sol_thread): initialize target_ops at run time. * hpux-thread.c: added target_ops entry. * m3-nat.c: ditto. | |||||
1999-01-18 | change initialization of procfs_ops from compile time to run time. | David Taylor | 2 | -69/+48 | |
1999-01-18 | * configure.in: Ensure that -luser32 is always linked in for cygwin build. | Christopher Faylor | 3 | -29/+37 | |
* configure: Regenerated. | |||||
1999-01-18 | * values.c (value_virtual_fn_field): Clear the pointed-to | Mark Alexander | 2 | -1/+8 | |
offset when casting to the base class. | |||||
1999-01-18 | fix hp merge (2.66.4 branch) changes to remote-udi.c -- it didn't compile. | David Taylor | 2 | -24/+6 | |
1999-01-18 | HPMERGE: | Andrew Cagney | 5 | -18/+25 | |
Pass gdb_stderr instead of stderr. In serial.c, fix call to gdb_fclose() - pass gdb_file** not gdb_file* | |||||
1999-01-18 | Fix warnings from calls to catch_errors() and make_cleanup(). | Andrew Cagney | 2 | -2/+17 | |
1999-01-17 | catch_errors() takes PTR argument/func instead of char* argument/func. | Andrew Cagney | 3 | -46/+63 | |
Update breakpoint.c. Fix (?) cover_target_enable_exception_callback(). Wasn't returning a value. | |||||
1999-01-16 | 1999-01-16 Fernando Nasser <fnasser@totem.to.cygnus.com> | Fernando Nasser | 2 | -0/+76 | |
* remote.c (remote_query): new function - creates proper interface to the remote protocol "q" command. | |||||
1999-01-16 | Do not merge two instructions when the left hand one kills the right hand one. | Nick Clifton | 1 | -0/+5 | |
1999-01-16 | * hppa.h (mtsarcm): Add new PA2.0 instruction. | Jeff Law | 2 | -1/+6 | |
1999-01-16 | * Fix mask for PA2.0 floating point load instructions. | Jeff Law | 2 | -17/+91 | |
1999-01-15 | Changed ABI to match a GCC change. Structs passed by value are always | Zdenek Radouch | 2 | -2/+19 | |
passed using a pointer. |