aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2001-04-192001-04-18 Martin M. Hunt <hunt@redhat.com>Martin Hunt2-12/+19
* top.c (gdb_init): Don't call cli_out_new() to create global uiout if init_ui_hook is set. uiout will have to be initialized there.
2001-04-19#include "regcache.h".Andrew Cagney2-0/+5
2001-04-182001-04-17 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+2
* i386-nat.c: Fix typo in comment.
2001-04-17Fix thinko.Michael Snyder1-1/+1
2001-04-172001-04-17 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+15
* solib.c (no_shared_libraries): New function. Discard all symbols from shared libraries. (_initialize_solib): Add command "nosharedlibrary" as complement to the command "sharedlibrary". Unloads symbols for all solibs.
2001-04-17* i386-tdep.c (i386_saved_pc_after_call): New function.Mark Kettenis3-5/+18
* config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Redefine in terms of i386_saved_pc_after_call. (i386_saved_pc_after_call): New prototype.
2001-04-17Obsolete NEWS and ISI systems (along with a few redundant m68k targets).Andrew Cagney20-629/+661
2001-04-172001-04-17 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+29
* remote.c (remote_open_1): On opening the remote target, activate the solib_create_inferior_hook, so that it can detect when the target loads shared libraries. (remote_async_open_1): Ditto.
2001-04-172001-04-17 Michael Snyder <msnyder@redhat.com>Michael Snyder7-31/+77
* breakpoint.c (print_one_breakpoint): Handle 64-bit addresses. * tracepoint.c (tracepoints_info): Handle 64-bit addresses. * testsuite/gdb.trace/deltrace.exp: Allow for 64-bit addresses. * testsuite/gdb.trace/infotrace.exp: Ditto. * testsuite/gdb.trace/passcount.exp: Ditto. * testsuite/gdb.trace/while-stepping.exp: Ditto.
2001-04-172001-04-17 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+8
* thread-db.c (check_thread_signals): When looping over all signals, ignore signal zero. (disable_thread_signals): Ditto.
2001-04-172001-04-17 Eirik Fuller <eirik@netapp.com>Michael Snyder2-1/+6
* thread.c (do_captured_thread_select): Allow the argument to the thread command to be an expression rather than a literal integer.
2001-04-17* i386-linux-tdep.c (i386_linux_saved_pc_after_call): UseMark Kettenis2-1/+6
read_memory_unsigned_integer instead of read_memory_integer.
2001-04-17 * solib-aix5.c (map_index_vs_section_name_okay): New function.Kevin Buettner2-2/+136
(aix5_relocate_main_executable): Don't use file offsets for determining corresponding sections and map file entries. Call map_index_vs_section_name_okay() to do this instead.
2001-04-17Add code to retry certain open()s.Kevin Buettner2-9/+50
2001-04-16Fix date on previous commit.Kevin Buettner1-1/+1
2001-04-16Make hw watchpoints work with both the 2.4.2 kernel and the 2.4.3 kernel.Kevin Buettner2-1/+7
2001-04-162001-04-16 Daniel Berlin <dan@cgsoftware.com>Daniel Berlin2-1/+7
* demangle.c (_initialize_demangler): Use xcalloc on the demangling_style_names, and make it a null terminated array of names, to avoid a crash.
2001-04-16* i386-tdep.c (i386_frame_chain): New function.Mark Kettenis3-11/+29
* config/i386/tm-i386.h (FRAME_CHAIN): Redefine in terms of i386_frame_chain. (i386_frame_chain): New prototype.
2001-04-14* target.h (target_ops): Removed to_core_file_to_sym_file vectorJ.T. Conklin24-132/+37
function. * corelow.c (core_ops): Updated for above change. * gnu-nat.c (core_ops): Likewise. * inftarg.c (child_ops): Likewise. * monitor.c (monitor_ops): Likewise. * ppc-bdm.c (bdm_ppc_ops): Likewise. * remote-adapt.c (adapt_ops): Likewise. * remote-bug.c (bug_ops): Likewise. * remote-e7000.c (e7000_ops): Likewise. * remote-eb.c (eb_ops): Likewise. * remote-es.c (es1800_ops, es1800_child_ops): Likewise. * remote-mm.c (mm_ops): Likewise. * remote-nindy.c (nindy_ops): Likewise. * remote-nrom.c (nrom_ops): Likewise. * remote-os9k.c (rombug_ops): Likewise. * remote-rdp.c (remote_rdp_ops): Likewise. * remote-sim.c (gdbsim_ops): Likewise. * remote-st.c (st2000_ops): Likewise. * v850ice.c (v850ice_ops): Likewise. * target.c (cleanup_target): Likewise (update_current_target): Likewise. (setup_target_debug): Likewise (debug_to_core_file_to_sym_file): Removed. * corefile.c (core_file_command) [HPUXHPPA]: Removed code that sets symbol file from information obtained from the core file. * corelow.c (core_file_to_sym_file): Removed.
2001-04-132001-04-13 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2-0/+10
From Adam Mirowski <Adam.Mirowski@Sun.COM> Fixed Insight on Solaris. It was not possible to debug a process because of EINTR "errors". * procfs.c: (procfs_wait): if proc_wait_for_stop() fails with EINTR, retry the call.
2001-04-12Revise way in which mappings are allocated/searched.Kevin Buettner2-27/+74
2001-04-12 * xcoffread.c (scan_xcoff_symtab): Ignore symbols beginning withNicholas Duffek2-2/+13
"@".
2001-04-12 * config/i386/fbsd.mh (NATDEPFILES): Add i386-nat.o.Kevin Buettner2-1/+5
2001-04-11Obsolete sun386i.Andrew Cagney12-519/+536
2001-04-11* maint.c: Fix typo in comment.J.T. Conklin2-1/+5
2001-04-10 * MAINTAINERS: Swap with Syd Polk as a gdbtk maintainer.Keith Seitz2-2/+6
2001-04-08Add comments noting that vfork might be defined to be fork.Kevin Buettner3-1/+17
2001-04-08Use cleanup machinery to invoke ui_out_list_end().Kevin Buettner3-3/+17
2001-04-06* dcache.c (dcache_write_line): Fixed bugs where cache line wasJ.T. Conklin2-4/+12
not written to target correctly.
2001-04-06* gdbserver/low-hppabsd.c (read_inferior_memory): Add explicitJ.T. Conklin5-0/+12
void return value; * gdbserver/low-nbsd.c: Likewise. * gdbserver/low-sparc.c: Likewise. * gdbserver/low-sun3.c: Likewise. ---------------------------------------------------------------------
2001-04-06Add self to write-after-approval list.Geoffrey Keating1-0/+1
2001-04-06 * config/rs6000/nm-rs6000.h (PTRACE_ATTACH): Don't define.Geoffrey Keating2-3/+5
(PTRACE_DETACH): Don't define.
2001-04-06Correct erroneous ChangeLog.Christopher Faylor1-1/+0
2001-04-062001-04-06 David Smith <dsmith@redhat.com>David Smith12-3/+170
* arch-utils.c (default_prepare_to_proceed) (generic_prepare_to_proceed): Added new functions. * arch-utils.h: New function declarations for default_prepare_to_proceed() and generic_prepare_to_proceed(). * gdbarch.sh: Added PREPARE_TO_PROCEED. * gdbarch.c: Regenerated. * gdbarch.h: Regenerated. * inferior.h: Added get_last_target_status() declaration. * infrun.c (get_last_target_status): Added new function. (handle_inferior_event): Saves last pid and waitstatus, which will get returned by get_last_target_status(). * hppa-tdep.c (prepare_to_proceed): Added comment stating that prepare_to_proceed() is potentially redundant since default_prepare_to_proceed() has been added. * linux-thread.c (prepare_to_proceed): Ditto. * lin-lwp.c (prepare_to_proceed): Ditto. * m3-nat.c (prepare_to_proceed): Ditto.
2001-04-06Obsolete powerpcle-*-cygwin* and powerpcle-*-solaris* platformsAndrew Cagney16-266/+293
and powerpc-*-netware* target.
2001-04-062001-04-06 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2-1/+5
* buildsym.c (record_line): Turn off unused addr bits.
2001-04-062001-04-06 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2-2/+8
From David Deephanphongs <deephan@telocity.com> * inferior.h: Fix declarations of get_inferior_args and set_inferior_args, which were missing the trailing 's'.
2001-04-052001-04-05 Jeff Holcomb <jeffh@redhat.com>Jeff Holcomb2-1/+6
* monitor.c (monitor_supply_register): Only report an error if we don't get a valid value.
2001-04-05 * README: Don't mention gdba.el.Eli Zaretskii2-3/+5
2001-04-052001-04-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-0/+13
From Jimmy Guo <guo@cup.hp.com> * top.c (init_main): set prompt if annotation_level>1, this is necessary when annotation_level is set to 2 via --annotate=2 command line option.
2001-04-05Obsolete a29k-*-* host and a29k-*-sym1* and a29k-*-kern* targets.Andrew Cagney14-849/+874
2001-04-05* main.c: Remove windows.h use.Christopher Faylor6-9/+20
(gdbtk_test): Use PATH_MAX for home var calculation. * remote-e7000.c (e7000_parse_device): Accomodate Cygwin as well as Win32 in test. * ser-tcp.c: Use modern __CYGWIN__ conditional. * source.c (mod_path): Add __CYGWIN__ conditional to WIN32 test. (openp): Ditto. * symfile.c (symfile_bfd_open): Ditto. * gdbtk/generic/gdbtk.c: Ditto.
2001-04-052001-04-04 Martin M. Hunt <hunt@redhat.com>Martin Hunt2-5/+8
* main.c (captured_main): For GDBtk, don't use tui_fileopen(). Handle all stream setup in gdbtk_init
2001-04-04* i386-tdep.c (i386_extract_return_value): Don't return the returnMark Kettenis2-3/+14
value of a void function. (i386_store_return_value): Likewise.
2001-04-03Obsolete w65-*-* target.Andrew Cagney7-508/+517
2001-04-03Obsolete tic80.Andrew Cagney7-733/+744
2001-04-03* remote-mips.c (S_IROTH): Moved definition from here.J.T. Conklin3-9/+9
* gdb_stat.h (S_IROTH): to here.
2001-04-03* remote.c (remote_protocol_e, remote_protocol_E): Define.J.T. Conklin2-2/+184
(set_remote_protocol_e_packet_cmd) (set_remote_protocol_E_packet_cmd) (show_remote_protocol_e_packet_command) (show_remote_protocol_E_packet_command): New functions. (init_all_packet_configs): Initialize remote_protocol_e and remote_protocol_E. (remote_resume, remote_async_resume): Support e/E command packets. (show_remote_cmd): Show state of remote_protocol_e and remote_protocol_E. (_initialize_remote): Add "set remote step-over-range-packet" and "set remote step-over-range-w-signal-packet" to CLI. -------------------------------------------------------------------
2001-04-02Obsolete ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv* andAndrew Cagney21-974/+1015
ns32k-utek-*.
2001-04-02 * config/djgpp/fnchange.lst: Tweak due toEli Zaretskii2-0/+6
expect/example/chesslib.c.