and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  1. 11 May, 2000 4 commits
  2. 09 May, 2000 1 commit
  3. 08 May, 2000 1 commit
  4. 07 May, 2000 1 commit
  5. 04 May, 2000 1 commit
  6. 03 May, 2000 1 commit
  7. 01 May, 2000 3 commits
  8. 28 Apr, 2000 4 commits
  9. 27 Apr, 2000 3 commits
  10. 26 Apr, 2000 4 commits
  11. 23 Apr, 2000 3 commits
    • Eli Zaretskii's avatar
      * Makefile.in (GDBMI_DIR): New variable. · f9e1f60f
      Eli Zaretskii authored
      	(SET_TEXINPUTS): Add $(GDBMI_DIR).
      	(SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
      	(gdbmi.texinfo): New target, for texi2roff.
      	(gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
      	(gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
      
      	* gdb.texinfo (Top): Add GDB/MI to the main menu and @include
      	gdbmi.texinfo.
      	(Mode Options): Add xref to GDB/MI docs and remove a FIXME
      	comment.
      
      	* gdbmi.texinfo: Lots of changes, to include this document as part
      	of the GDB manual.
      
      	* TODO, NEWS: Update due to inclusion of gdbmi.texinfo in the GDB
      	manual.
      f9e1f60f
    • Eli Zaretskii's avatar
      * djunpack.bat: New file. · 18f11b7f
      Eli Zaretskii authored
      	* config/djgpp/README: Explain how to unpack using djunpack.bat.
      18f11b7f
    • nobody's avatar
      This commit was manufactured by cvs2svn to create branch · 156bc43f
      nobody authored
      'gdb_5_0-2000-04-10-branch'.
      
      Cherrypick from master 2000-04-23 07:23:05 UTC Eli Zaretskii <eliz@gnu.org> '	* djunpack.bat: New file.':
          djunpack.bat
      156bc43f
  12. 21 Apr, 2000 3 commits
    • Elena Zannoni's avatar
      2000-04-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com> · 6cb12085
      Elena Zannoni authored
      	* gdb-stabs.h (SECT_OFF_MAX): Increase to 40.
      6cb12085
    • Christopher Faylor's avatar
      * win32-nat.c (thread_rec): Be more defensive about suspending already · f3b6bd7f
      Christopher Faylor authored
      suspended threads.
      (safe_symbol_file_add_stub): New function.
      (safe_symbole_file_add_cleanup): New function.
      (safe_symbol_file_add): New function.
      (handle_load_dll): Use wrapper to add DLL symbol information to avoid bogus
      errors from non-stabs DLLs.
      (handle_exception): Add work around for detection of first exception breakpoint
      which does not seem to occur on W2K.  Detect more "signals" that can be
      effectively passed to the debuggee.  Reorganize to eliminate continue_status
      global.
      (child_continue): Reorganize to eliminate continue_status global.
      (child_wait): Ditto.
      (child_resume): Ditto.
      (get_child_debug_event): Ditto.  Recognize when an a breakpoint exception
      should be ignored.  Change method for signalling when an important event has
      occured to the caller.
      (child_create_inferior): Use new method for noticing when get_child_debug_event
      has found something interesting.
      f3b6bd7f
    • Andrew Cagney's avatar
      * defs.h, utils.c (free_current_contents): Change parameter to · e63aa406
      Andrew Cagney authored
      void*.
      
      From Philippe De Muyter  <phdm@macqel.be>:
      * printcmd.c (print_address_symbolic): Call `make_cleanup' with
      `(free_current_contents, &x)', not `(free, x)'.
      * utils.c (free_current_contents): Do not `free (NULL)'.
      
      * printcmd.c (print_address_symbolic): Cleanup after a failed
      call to build_address_symbolic.
      e63aa406
  13. 20 Apr, 2000 2 commits
    • Scott Bambrough's avatar
      Changes to support core files and linux threads. · 2755414b
      Scott Bambrough authored
      2000-04-20  Scott Bambrough <scottb@netwinder.org>
      
      	* arm-linux-nat.c (PIDGET, TIDGET): New.
      	(get_thread_id, GET_THREAD_ID): New.
      	(fetch_nwfpe_register, store_nwfpe_register): New.
      	(fetch_register, store_register): New.
      	(fetch_fpregister, store_fpregister): New.
      	(fill_gregset, supply_gregset): New.
      	(fill_fpregset, supply_fpregset): New.
      	(fetch_fpregs): Modified to use thread id's.
      	(store_fpregs): Modified to use thread id's and
      	fetch_nwfpe_register.
      	(fetch_regs): Modified to use thread id's.
      	(store_regs): Modified to use thread id's.
      	(fetch_inferior_registers): Modified to handle single register
      	fetches.
      	(store_inferior_registers): Modified to handle single register
      	stores.
      	(arm_linux_register_u_addr): Removed.
      
      	* configure.tgt: Added gdbserver to configdirs for arm*-*-linux*.
      
      	* config/arm/linux.mh
      	(NATDEPFILES): Removed core-aout.o.  Added core-regset.o.
      	(LOADLIBES): Define.
      
      	* config/arm/nm-linux.h: Include config/nm-linux.h.
      	(ATTACH_DETACH): Removed.  Defined in config/nm-linux.h.
      	(REGISTER_U_ADDR): Removed.
      	(SVR4_SHARED_LIBS): Removed.  Defined in config/nm-linux.h.
      	(#include "solib.h"): Removed.  Included via config/nm-linux.h.
      2755414b
    • Andrew Cagney's avatar
  14. 19 Apr, 2000 9 commits