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

  1. 02 Dec, 2005 3 commits
  2. 01 Dec, 2005 1 commit
  3. 30 Nov, 2005 1 commit
  4. 29 Nov, 2005 1 commit
  5. 28 Nov, 2005 2 commits
  6. 27 Nov, 2005 1 commit
  7. 26 Nov, 2005 1 commit
  8. 25 Nov, 2005 1 commit
  9. 24 Nov, 2005 1 commit
  10. 23 Nov, 2005 2 commits
  11. 22 Nov, 2005 4 commits
  12. 21 Nov, 2005 2 commits
  13. 20 Nov, 2005 1 commit
  14. 19 Nov, 2005 1 commit
  15. 18 Nov, 2005 4 commits
    • Andrew Stubbs's avatar
      2005-11-18 Andrew Stubbs <andrew.stubbs@st.com> · 50acc6cd
      Andrew Stubbs authored
      	* mi/mi-main.c (mi_load_progress): Ensure the use of the correct mi
      	uiout for the duration of the function.
      50acc6cd
    • Nick Roberts's avatar
      (gdb-source-file-list): Declare. · 71c62f56
      Nick Roberts authored
      (gdbmi): Bind new functions.
      (gdbmi-var-list-children-handler, gdbmi-var-list-children-regexp):
      Handle string expressions properly.  Move "type" field into regexp.
      (gdbmi-var-update-regexp, gdbmi-var-update-handler): Handle string
      expressions properly.  Update speedbar.
      (gdbmi-breakpoints-buffer, gdb-stack-buffer, gdb-locals-buffer)
      (gdb-registers-buffer): Use def-gdb-auto-update-trigger instead of
      def-gdb-auto-updated-buffer as handlers is defined explicitly.
      (gdb-stack-list-locals-handler): Handle string expressions properly.
      (gdb-data-list-register-values-handler)
      (gdb-data-list-register-values-custom): Fontify buffer.
      71c62f56
    • Nick Roberts's avatar
      *** empty log message *** · 43ca9f33
      Nick Roberts authored
      43ca9f33
    • gdbadmin's avatar
      *** empty log message *** · adb42eaf
      gdbadmin authored
      adb42eaf
  16. 17 Nov, 2005 1 commit
  17. 16 Nov, 2005 2 commits
    • Andrew Stubbs's avatar
      2005-11-16 Andrew Stubbs <andrew.stubbs@st.com> · ecd61d26
      Andrew Stubbs authored
      	* NEWS (6.4): Mention $argc.
      	* cli/cli-script.c: Include gdb_assert.h.
      	(locate_arg): Detect $argc.
      	(insert_args): Substitute $argc.
      	* Makefile.in (cli-script.o): Add dependency on gdb_assert.h.
      
      doc/
      	* gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
      	Change @var{$arg0 to @code{$arg0.
      ecd61d26
    • gdbadmin's avatar
      *** empty log message *** · f975a236
      gdbadmin authored
      f975a236
  18. 15 Nov, 2005 2 commits
  19. 14 Nov, 2005 5 commits
    • Jim Wilson's avatar
      Fix gcc bug 24490, location list query failed due to out-of-range address. · 6066b77f
      Jim Wilson authored
      PR 2024
      * dwarf2loc.c (dwarf_expr_frame_base): Use get_frame_address_in_block
      instead of get_frame_pc.
      (loclist_read_variable): Likewise.
      6066b77f
    • Paul Gilliam's avatar
      2005-11-14 Paul Gilliam <pgilliam@us.ibm.com> · e420766b
      Paul Gilliam authored
              * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Copy code from
              ppc_sysv_abi_return_value() to handle a vector return value.
      e420766b
    • Andrew Stubbs's avatar
      2005-11-14 Andrew Stubbs <andrew.stubbs@st.com> · 286e730e
      Andrew Stubbs authored
      	* main.c (captured_main): Define struct cmdarg. Change type of cmdarg.
      	Add new options --eval-command and alias -ex.
      	Adjust --command to use the new struct cmdarg.
      	Execute commands given with --eval-command.
      	(print_gdb_help): Add new options --eval-command, -ex and mention -x.
      
      doc/
      	* gdb.texinfo (Choosing files): Add --eval-command.
      286e730e
    • Andrew Stubbs's avatar
      2005-11-14 Andrew Stubbs <andrew.stubbs@st.com> · d614fc9d
      Andrew Stubbs authored
      	* infrun.c: Include main.h.
      	(print_stop_reason): Set return_child_result_value on exit.
      	* main.c (return_child_result): New variable.
      	(return_child_result_value): Likewise.
      	(captured_main): Add option --return-child-result.
      	Replace call to target_detach and exit (in batch mode) with quit_force.
      	(print_gdb_help): Add option --return-child-result.
      	* top.c: Include main.h.
      	(quit_force): Return child result if appropriate.
      	* main.h (return_child_result, return_child_result_value): Declare.
      	* Makefile.in (top.o, infrun.o): Add main.h to dependencies.
      
      doc/
      	* gdb.texinfo (Choosing modes): Add --return-child-result.
      d614fc9d
    • gdbadmin's avatar
      *** empty log message *** · e2657b4e
      gdbadmin authored
      e2657b4e
  20. 13 Nov, 2005 4 commits