aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2001-07-05*** empty log message ***gdbadmin1-1/+1
2001-07-04* i387-tdep.c (print_i387_value): Add extra space after final fullMark Kettenis2-1/+6
stop in comment.
2001-07-04* gdbint.texinfo (Target Architecture Definition): GDBARCH is a CAndrew Cagney4-96/+273
structure and not macros. (Host Definition): Document that much of this chapter is obsolete. (Target Architecture Definition): Update list of files that make up a target architecture. (Coding): Update.
2001-07-04* config/arm/tm-arm.h: Include "floatformat.h".Andrew Cagney2-0/+5
2001-07-04* i387-tdep.c: Include "gdb_assert.h".Andrew Cagney2-14/+24
(print_i387_value): Use extract_floating to extract the FP value from a zero padded local buffer.
2001-07-04* TODO: Delete all thread items. The thread code was overhauled.Andrew Cagney2-57/+4
2001-07-042001-07-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-0/+4
* memattr.c (create_mem_region): Move n to next memory region, to avoid infinite loop.
2001-07-042001-07-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni3-2/+45
* memattr.h: Add copyright statement. * memattr.c: Ditto.
2001-07-04* dwarf2read.c (struct partial_die_info): New member: has_pc_info.Jim Blandy2-13/+16
(read_partial_die): Delete fourth argument; we return this info in the struct partial_die_info object itself now. (dwarf2_build_psymtabs_hard, scan_partial_symbols): Use the has_pc_info field of the partial die struct, rather than passing a variable by reference to read_partial_die.
2001-07-04Doc fix.Jim Blandy1-4/+1
2001-07-04* dwarf2read.c (dwarf2_build_psymtabs_hard): Remove extraneousJim Blandy2-2/+9
code in loop condition. This seemed to be trying to round info_ptr up to the next four-byte boundary, but that's not what it actually did. If we discover the problem the old code was really trying to address, we can fix it properly.
2001-07-04*** empty log message ***gdbadmin1-1/+1
2001-07-032001-07-03 Michael Snyder <msnyder@redhat.com>Michael Snyder2-3/+8
* thread_db (find_new_threads_callback, thread_db_thread_alive, attach_thread): Update comments.
2001-07-032001-06-29 Ken Whaley <ken@believe.com>Michael Snyder2-3/+14
* thread-db.c (attach_thread): Check for TD_THR_ZOMBIE in addition to TD_THR_UNKNOWN when looking for defunct zombie threads. (thread_db_thread_alive): Ditto. (find_new_threads_callback): Ditto.
2001-07-032001-07-03 Michael Snyder <msnyder@redhat.com>Michael Snyder2-13/+18
* gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in the output of the ptype command.
2001-07-03*** empty log message ***gdbadmin1-1/+1
2001-07-022001-07-02 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+5
* gdb.base/corefile.exp: Quote the curly braces in regexp.
2001-07-02MAINTAINERS: Add myself to the write-after-approval listDaniel Jacobowitz2-1/+6
2001-07-022001-07-02 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-2/+5
* solib-svr4.c: Include "elf/mips.h". (elf_locate_base): Make DT_MIPS_RLD_MAP block unconditional.
2001-07-02* dwarf2read.c (read_comp_unit, sibling_die, dump_die,Jim Blandy2-13/+19
dump_die_list, store_in_ref_table, follow_die_ref): Make these static; they're private functions.
2001-07-02*** empty log message ***gdbadmin1-1/+1
2001-07-01 * coffread.c (coff_symfile_read): Parse DWARF2 info if present.Eli Zaretskii2-0/+9
2001-07-01*** empty log message ***gdbadmin1-1/+1
2001-06-30*** empty log message ***gdbadmin1-1/+1
2001-06-292001-06-28 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-0/+8
* TODO: Add import of readline 4.2 as a gdb 5.2 task.
2001-06-29* gdbint.texinfo (Target Architecture Definition): UpdateAndrew Cagney2-5/+12
EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P. The latter has been changed to a true predicate.
2001-06-29Sort file.Andrew Cagney2-224/+228
2001-06-29* config/djgpp/fnchange.lst: Rename mi0-var-block.exp,Andrew Cagney2-0/+10
mi0-var-cmd.exp, mi0-var-child.exp and mi0-var-display.exp.
2001-06-292001-06-29 Andreas Jaeger <aj@suse.de>Andreas Jaeger2-0/+5
* MAINTAINERS: Add myself to the write-after-approval list.
2001-06-29* remote-array.c (SWAP_TARGET_AND_HOST): Delete macro.Andrew Cagney2-41/+17
(get_hex_word): Don't use HOST_BYTE_ORDER. (array_fetch_registers): Add variable ``reg''. Use store_unsigned_integer to byte-swap the register. Delete unused local ``regs''.
2001-06-29Per Bothner as Java maintainer (joint).Andrew Cagney2-1/+7
2001-06-29* rdi-share/unixcomm.c (SERIAL_PREFIX): Always provide a default.Andrew Cagney6-32/+28
* rdi-share/hostchan.h (__unix): Hack, provide a default value. * rdi-share/host.h (__unix): Hack, define when __NetBSD__. * TODO: Update. * MAINTAINERS: Update. arm-elf builds.
2001-06-29*** empty log message ***gdbadmin1-1/+1
2001-06-28* d10v-tdep.c (d10v_ts2_dmap_register): Doc fix.Jim Blandy2-2/+17
2001-06-28* d10v-tdep.c (10v_frame_chain_valid, d10v_use_struct_convention,Jim Blandy2-36/+54
d10v_breakpoint_from_pc, d10v_register_byte, d10v_register_raw_size, d10v_register_virtual_size, d10v_register_virtual_type, d10v_register_convertible, d10v_register_convert_to_virtual, d10v_register_convert_to_raw, d10v_make_daddr, d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p, d10v_convert_iaddr_to_raw, d10v_convert_daddr_to_raw, d10v_store_struct_return, d10v_store_return_value, d10v_extract_struct_value_address, d10v_frame_saved_pc, d10v_saved_pc_after_call, d10v_pop_frame, d10v_skip_prologue, d10v_frame_chain, d10v_frame_init_saved_regs, d10v_init_extra_frame_info, d10v_read_pc, d10v_write_pc, d10v_read_sp, d10v_write_sp, d10v_write_fp, d10v_read_fp, d10v_push_return_address, d10v_push_arguments, d10v_extract_return_value): Make these functions static.
2001-06-28* gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to listAndrew Cagney4-3/+1064
of files to delete. From 2000-06-15 Kazu Hirata <kazu@hxi.com>: * gdb.disasm/h8300s.exp: New file. gdb.disasm/h8300s.s: Likewise.
2001-06-28From Fernando Nasser:Andrew Cagney2-1/+12
* infrun.c (handle_inferior_event): Handle "nexti" inside function prologues.
2001-06-282001-06-28 Michael Snyder <msnyder@redhat.com>Michael Snyder3-7/+67
* infrun.c (handle_inferior_event): Replace prev_pc test in all calls to bpstat_stop_status (removed in 1999-09-24). This test helps distinguish stepping over a breakpoint trap from stepping thru a jump to the instruction after a breakpoint trap. (handle_inferior_event): Don't bother writing the PC if DECR_PC_AFTER_BREAK is zero (optimization). * breakpoint.c (bpstat_stop_status): Add comment explaining the purpose and usage of the "not_a_breakpoint" argument in computing the breakpoint address.
2001-06-28From 2000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>:Andrew Cagney2-0/+38
* monitor.c (setmem_resp_delim_pattern): New regexp pattern. (setreg_resp_delim_pattern): Likewise. (setmem_resp_delim_fastmap): New buffer. (setreg_resp_delim_fastmap): Likewise. (monitor_open): Initialize above regexp if they are defined. (monitor_write_memory): Use regexp to check the result of write. (monitor_store_register): Likewise to check result of register set.
2001-06-28From 2000-06-14 John Marshall <john_w_marshall@palm.com>:Andrew Cagney2-0/+8
* coff-solib.c: Include symfile.h and objfiles.h to make OBJF_SHARED visible.
2001-06-28Some how this never got removed when ChangeLog was created :-(Andrew Cagney1-492/+0
2001-06-28Build MI by default.Andrew Cagney5-391/+398
2001-06-28Add entry for change in solib-osf.c (osf_in_dynsym_resolve_code).Joel Brobecker1-0/+6
2001-06-28(osf_in_dynsym_resolve_code): Add a comment explaining the consequences ofJoel Brobecker1-0/+6
always returning zero. No code change.
2001-06-28From 2001-06-08 Daniel Jacobowitz <djacobowitz@mvista.com>:Andrew Cagney3-3/+155
* defs.h (enum target_signal): Add TARGET_SIGNAL_REALTIME_65 to TARGET_SIGNAL_REALTIME_127. * target.c (struct signals): Add SIG63 to SIG127. (target_signal_from_host): Handle up to 127 signals. (do_target_signal_to_host): Likewise.
2001-06-28* remote-sds.c (sds_start_remote): Change type of ``c'' to intAndrew Cagney2-1/+6
from possibly unsigned char.
2001-06-28Exterminate ser-ocd.c.Andrew Cagney9-198/+15
2001-06-28Dan Berlin stepped down as C++ maintainer.Andrew Cagney2-0/+2
2001-06-28Sort write after approval.Andrew Cagney2-18/+24
2001-06-28*** empty log message ***gdbadmin1-1/+1