aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2000-09-02Corrected spelling errors in various source files.David Anderson1-0/+22
2000-09-02Corrected spelling error in comment: tracepont -> tracepointDavid Anderson1-1/+1
2000-09-02Corrected spelling in comment: dependant -> dependent.David Anderson2-3/+3
2000-09-02Corrected spelling in comment: dependant -> dependentDavid Anderson1-2/+2
2000-09-02Corrected spelling in comment: unles -> unless.David Anderson1-1/+1
2000-09-02Protoization.Kevin Buettner3-11/+9
2000-09-02Corrected spelling error in comment: continaution ->continuation.David Anderson1-1/+1
2000-09-02Corrected typo in comment: ofa -> of aDavid Anderson1-1/+1
2000-09-02Corrected spelling in comment: extention-> to extension.David Anderson1-1/+1
2000-09-02Corrected spelling in comments: dependant->dependent swaped->swapped.David Anderson1-8/+8
2000-09-02Fixed spelling errors in comments: dependant->dependent in several places.David Anderson1-7/+7
2000-09-01Corrected spelling error in comment: swaped -> swapped.David Anderson1-1/+1
2000-09-01Corrected spelling error in comment:David Anderson1-1/+1
converteded->converted
2000-09-01Corrected spelling in comments:David Anderson1-2/+2
foe->for executin ->execution.
2000-09-01Corrected spelling errors in comments:David Anderson1-3/+3
adn -> and, Is->Are, occures->occurs
2000-09-01Correct spelling in comment: tupes -> tuples.David Anderson1-1/+1
2000-09-01Fix typo in comment: h added, sort -> short.David Anderson1-1/+1
2000-09-01Corrected mistake in comment. 64bit example said it was 32 bit.David Anderson1-2/+2
2000-09-01Spelling correction in comment: dependant->dependentDavid Anderson2-4/+4
2000-09-01Typo in comment fixed: seem->seeDavid Anderson1-1/+1
2000-09-01Spelling correction: of->if in comment.David Anderson1-1/+1
2000-09-01spelling correction: depdendant->dependentDavid Anderson4-5/+5
2000-09-01Fix core dump when executing ``b .'' command.Kevin Buettner2-1/+8
2000-09-012000-09-01 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-0/+20
* regcache.c (reg_flush_command): New function. Maintainer-mode command, flushes GDB's register cache, for testing purposes.
2000-09-01* dcache.c (dcache_info): Output a cache line's state vector so itJ.T. Conklin16-84/+149
lines up under the data vector. * dcache.c (dcache_read_line): New function. (dcache_peek_byte): Use it. (dcache_alloc): Return NULL if write of reclaimed cache line fails. (dcache_peek_byte, dcache_poke_byte): Return failure if dcache_alloc() returns a NULL data block pointer. (dcache_xfer_memory): Don't force writeback unless we were writing. * monitor.c (monitor_expect): Change places where immediate_quit is set to 1 or 0 to increments and decrements respectively. This allows such changes to nest properly. * ocd.c (ocd_start_remote): Likewise. * remote-adapt.c (expect): Likewise. * remote-array.c (expect): Likewise. * remote-eb.c (expect): Likewise. * remote-e7000.c (e7000_start_remote): Likewise. * remote-mips.c (mips_expect_timeout, mips_getstring): Likewise. * remote-nrom.c (expect): Likewise. * remote-os9k.c (expect): Likewise. * remote-sds.c (sds_start_remote): Likewise. * remote-st.c (expect): Likewise. * remote-utils.c (sr_expect): Likewise. * remote.c (remote_start_remote): Likewise. * tracepoint.c (read_actions): Likewise. * remote-mips.c (mips_getstring): Balance changes to immediate_quit.
2000-08-31Just realized the list is in alphabetical order, soDavid Anderson1-1/+1
changed my new entry to put things in alphabetical order.
2000-08-31Add myself to write-after-approval list.David Anderson2-0/+5
2000-08-31Protoization.Kevin Buettner3-24/+26
2000-08-31Rename bfd_elf_get_arch_size to bfd_get_arch_size().Kevin Buettner3-13/+21
2000-08-30Applied patch from David Edelsohn <dje@watson.ibm.com>.Kevin Buettner2-1/+8
2000-08-302000-08-29 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder9-41/+330
* valops.c (value_cast): Indentation fix-up. * acconfig.h (HAVE_PRGREGSET32_T, HAVE_PRFPREGSET32_T, HAVE_STRUCT_LINK_MAP32): New configure macros. * config.in: Ditto. * configure.in: Test for the above new macros. * breakpoint.c: Update copyright date. * core-sol2.c: Include v9/sys/privregs.h directly to work around a bug in Sun's Solaris 8 header files. (fetch_core_registers): Use the above new configure macros to handle cross-debugging of 32-bit core files on a 64-bit host. * sol-thread.c (ps_pdmodel) New function. (rw_common): For debugging of 32-bit apps on a 64-bit host, truncate addresses to 32 bits. * solib.c (solib_extract_address): Functionize. Make 32/64 aware. (LM_ADDR, LM_NEXT, LM_NAME): Ditto. (IGNORE_FIRST_LINK_MAP): Ditto. (first_link_map_member): Make 32/64 aware. (open_symbol_file_object): Ditto. (current_sos): Ditto.
2000-08-292000-08-29 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder3-97/+100
* i386-linux-nat.c (i386_linux_skip_solib_resolver, skip_hurd_resolver, find_minsym_and_objfile): Move these solib functions into i386-linux-tdep.c for cross debugging. * i386-linux-tdep.c: Receive the above functions.
2000-08-29Fix stack offset correction for 68hc11Stephane Carrez2-13/+37
2000-08-29Protoization.Kevin Buettner2-30/+4
2000-08-28* i386-linux-nat.c (fetch_inferior_registers): Move call toMark Kettenis2-1/+10
dummy_sse_values ... (supply_fpregset): ... here.
2000-08-272000-08-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni8-19/+30
* pa64solib.c (pa64_solib_load_symbols): Don't use ANOFFSET as an lvalue. * xcoffread.c (xcoff_symfile_offsets): Ditto * somsolib.c (som_solib_section_offsets): Ditto. * somread.c (som_symfile_offsets): Ditto. * rs6000-nat.c (vmap_symtab): Ditto. * remote-vx.c (vx_add_symbols): Ditto. * remote-os9k.c (rombug_wait): Ditto.
2000-08-27* gregset.h: Protect against multiple inclusion. Remove someMark Kettenis2-7/+17
redundant spaces.
2000-08-27* win32-nat.c (dll_symbol_command): Tack a .dll on the end of a suppliedChristopher Faylor6-198/+697
argument if it is missing an extension. * corelow.c: Define O_BINARY if it isn't defined. (core_open): Open core file in binary mode. * config/i386/tm-cygwin.h (child_clear_solibs): Rename from child_clear_solib. * config/i386/cygwin.mh: Add dependency from corelow.o. * win32-nat.c (register_loaded_dll): New function. Add dll to the list of currently loaded dlls. (handle_load_dll): Use register_loaded_dll. (child_solib_add): Distinguish between active process and core targets. (solib_symbols_add): Load symbols from loaded dll. (core_dll_symbols_add): New function. Load symbols from dll referenced in core. (core_section_load_dll_symbols): New function. (dll_code_sections_add): New function. (map_single_dll_code_section): New function. (fetch_elf_core_registers): New function. (_initialize_core_win32): New function.
2000-08-26Protoization.Kevin Buettner3-9/+8
2000-08-26Multi-arch support for 68hc11Stephane Carrez2-355/+668
2000-08-25Fri Aug 25 16:57:05 2000 David Taylor <taylor@texas.cygnus.com>David Taylor3-0/+16
* regcache.c (register_changed): New function. * value.h: Declare it.
2000-08-25Fri Aug 25 12:11:21 2000 David Taylor <taylor@texas.cygnus.com>David Taylor7-17/+97
* symtab.c (search_symbols): Fix off by one error in index for initializing variables ourtype, ourtype2, ourtype3, and ourtype4. (symtab_symbol_info): fix similar off by one error. Fri Aug 25 12:03:15 2000 David Taylor <taylor@texas.cygnus.com> * gdbarch.sh (TARGET_ADDR_BIT): New macro for the number of bits in gdb's representation of a target address. * gdbarch.c, gdbarch.h: Regenerated. * gdbtypes.c (build_gdbtypes): Use TARGET_ADDR_BIT instead of TARGET_PTR_BIT when initializing builtin_type_CORE_ADDR. * printcmd.c (print_address_numeric): Use TARGET_ADDR_BIT instead of TARGET_PTR_BIT, because we're printing an address, not a pointer.
2000-08-252000-08-24 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller3-7/+48
* Makefile.in: add rules to compile and link pascal specific files. * config/djgpp/fnchange.lst: add substitution for p-exp.tab.c.
2000-08-242000-08-20 Michael Chastain <chastain@redhat.com>Andrew Cagney2-2/+20
* remote.c (read_frame): Handle SERIAL_TIMEOUT while reading checksum.
2000-08-23Protoize.Kevin Buettner3-12/+9
2000-08-23 * gdbmi.texinfo: Change flathead -> @sc{gdb/mi}.Eli Zaretskii2-69/+78
Fix typos and markup mistakes (from Dmitry S. Sivachenko <dima@Chg.RU>).
2000-08-21Protoization.Kevin Buettner3-15/+10
2000-08-19Check arches->gdbarch and not current_gdbarch when looking for a match.Andrew Cagney2-2/+7
2000-08-18* MAINTAINERS: Add myself as dcache.c maintainer.J.T. Conklin12-34/+74
* remote-nindy.c (nindy_load): Invalidate dcache. * dcache.c (dcache_invd): Renamed from dcache_flush. The term flush with respect to caches usually implies that data will be written to memory. (dcache_init, dcache_xfer_memory): Updated. * monitor.c (flush_monitor_dcache, monitor_resume, monitor_load): Updated. * ocd.c (ocd_open, ocd_resume, bdm_reset_command): Updated. * remote-bug.c (bug_load, bug_resume): Updated. * remote-nindy.c (nindy_open, nindy_resume): Updated. * remote-sds.c (sds_open, sds_resume): Updated. * remote-utils.c (gr_open): Updated. * remote.c (remote_open_1, remote_resume, remote_async_resume, remote_cisco_open): Updated. * wince.c (child_create_inferior, child_resume): Updated. * monitor.c (monitor_open): Free dcache before creating a new one. * dcache.c (dcache_free): New function. * dcache.h (dcache_free): New prototype. -------------------------------------------------------------------
2000-08-18Add dummy params where needed.Andrew Cagney2-2/+8