aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
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
2001-06-27For MI>0, output full breakpoint table header information. Output theAndrew Cagney11-52/+175
breakpoint table body as a list.
2001-06-27Always send the breakpoint table headers to ui-out. MI/CLI canAndrew Cagney2-17/+27
internally decide if they should be displayed.
2001-06-27*** empty log message ***gdbadmin1-1/+1
2001-06-26delete reference to query outputAndrew Cagney2-8/+5
2001-06-26* mi-cmd-stack.c (list_args_or_locals): Output a list of "args" orAndrew Cagney5-35/+48
"locals" entries. * gdbmi.texinfo (stack-list-locals, stack-list-arguments) (exec-interrupt, target-select, thread-select): Update documentation. * mi-stack.exp: Update. Output for args=... and locals=... changed to a list.
2001-06-26* mi-cmd-stack.c (mi_cmd_stack_list_frames): Output a list ofAndrew Cagney5-29/+44
"stack" entries. (mi_cmd_stack_list_args): Ditto for "stack-args". * gdbmi.texinfo (stack-list-frames, stack-list-arguments): Update documentation. (GDB/MI Stack Manipulation Commands): Fix section title. Was Stack Manipulation Commands in GDB/MI. * mi-stack.exp: Update. Output for stack=..., args=... and stack-args=... changed to a list.
2001-06-26Unscramble two merged patches. This puts memory lists back to normal.Andrew Cagney1-15/+15
2001-06-26* stack.c (print_frame): For ui_out, output a list of arguments.Andrew Cagney22-106/+140
Update all tests. Update doco.
2001-06-26Update paper trail entry.Kevin Buettner2-0/+5
2001-06-262001-06-25 Michael Snyder <msnyder@redhat.com>Michael Snyder2-98/+35
* infrun.c: Eliminate the "thread_step_needed" state variable, and replace it with a relatively simple test in resume. (resume): Replace thread_step_needed logic with a test for stepping, breakpoint_here_p and breakpoints_inserted. Move CANNOT_STEP_BREAKPOINT logic to after thread_step logic. (proceed): Discard thread_step_needed logic. (wait_for_inferior, fetch_inferior_event, handle_inferior_event): Discard thread_step_needed logic.
2001-06-26*** empty log message ***gdbadmin1-1/+1
2001-06-25Update data-read-memory so that it outputs lists.Andrew Cagney5-26/+37
2001-06-25For data-list-register-values output a list of register values.Andrew Cagney5-14/+25
2001-06-25Output register-names as a list.Andrew Cagney5-19/+34
2001-06-25data-list-changed-registers outputs a list of registers.Andrew Cagney5-5/+17
2001-06-25*** empty log message ***gdbadmin1-1/+1
2001-06-242001-06-24 Fernando Nasser <fnasser@redhat.com>Fernando Nasser3-2/+7
* remote-rdi.c (arm_rdi_wait): Fix return type in prototype. * rdi-share/host.h: Add missing parenthesis in conditional. 2001-06-22 J.T. Conklin <jtc@redback.com> * configure.in: include nlist.h when checking for member som_addr in struct so_map. * configure: regenerate.
2001-06-24*** empty log message ***gdbadmin1-1/+1
2001-06-23Rename gdb.mi/ChangeLog-mi to gdb.mi/ChangeLog. Update everything.Andrew Cagney39-181/+515
2001-06-23Change mi/data-disassemble command output to a list ([]) instead ofAndrew Cagney5-30/+46
({}).
2001-06-232001-06-22 Michael Chastain <chastain@redhat.com>Michael Chastain2-296/+59
* gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect. This is operationally compatible with the previous version.
2001-06-23*** empty log message ***gdbadmin1-1/+1
2001-06-22* configure.in: include nlist.h when checking for member som_addrJ.T. Conklin3-0/+12
in struct so_map. * configure: regenerate.
2001-06-22*** empty log message ***gdbadmin1-1/+1