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

  1. 18 May, 2000 2 commits
  2. 17 May, 2000 2 commits
  3. 15 May, 2000 2 commits
  4. 12 May, 2000 5 commits
  5. 11 May, 2000 4 commits
  6. 09 May, 2000 1 commit
  7. 08 May, 2000 1 commit
  8. 07 May, 2000 1 commit
  9. 04 May, 2000 1 commit
  10. 03 May, 2000 1 commit
  11. 01 May, 2000 3 commits
  12. 28 Apr, 2000 4 commits
  13. 27 Apr, 2000 3 commits
  14. 26 Apr, 2000 4 commits
  15. 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
  16. 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