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

  1. 02 Sep, 2010 4 commits
  2. 01 Sep, 2010 2 commits
  3. 31 Aug, 2010 2 commits
  4. 30 Aug, 2010 2 commits
    • Yao Qi's avatar
      2010-08-30 Yao Qi <yao@codesourcery.com> · c7652c27
      Yao Qi authored
      	* arm-linux-tdep.c (arm_linux_sigreturn_return_addr): New.
      	(arm_linux_syscall_next_pc): New.
      	(arm_linux_copy_svc): Use arm_linux_sigreturn_return_addr instead.
      	(arm_linux_init_abi): Initialize syscall_next_pc.
      	* arm-tdep.c (thumb_get_next_pc_raw):  Get next pc of SWI in Thumb mode.
      	(arm_get_next_pc_raw): Get next pc of SWI in ARM mode.
      	* arm-tdep.h (struct gdbarch_tdep): Add a function pointer syscall_next_pc.
      	Declare arm_frame_is_thumb.
      c7652c27
    • gdbadmin's avatar
      *** empty log message *** · 814bf27b
      gdbadmin authored
      814bf27b
  5. 29 Aug, 2010 1 commit
  6. 28 Aug, 2010 1 commit
  7. 27 Aug, 2010 2 commits
  8. 26 Aug, 2010 3 commits
  9. 25 Aug, 2010 1 commit
  10. 24 Aug, 2010 1 commit
  11. 23 Aug, 2010 1 commit
  12. 22 Aug, 2010 1 commit
  13. 21 Aug, 2010 1 commit
  14. 20 Aug, 2010 1 commit
  15. 19 Aug, 2010 6 commits
    • Stan Shebs's avatar
      * NEWS: Mention some additional changes. · 9c28dcac
      Stan Shebs authored
      9c28dcac
    • Tom Tromey's avatar
      b7e562db
    • Thiago Jung Bauermann's avatar
      * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec · 7e0ca61b
      Thiago Jung Bauermann authored
      	registers.  Update data sets with the new v2_double element in the
      	VSX register union.  Add vector_register3_vr data set for the AltiVec
      	registers.  Use gdb_test_no_output instead of send_gdb.
      7e0ca61b
    • Doug Evans's avatar
      PR exp/11926 · 747f94fc
      Doug Evans authored
      	* c-exp.y (parse_number): Handle 0 return from sscanf.
      
      	testsuite/
      	* gdb.base/printcmds.exp (test_integer_literals_rejected): Add
      	test of "p 0x1.1".
      747f94fc
    • Joel Brobecker's avatar
      Fix regression in -file-list-exec-source-files command. · 60b0f3b9
      Joel Brobecker authored
      See http://sourceware.org/ml/gdb/2010-07/msg00118.html for
      a description of the problem. Namely, the file and fullname
      fields are inverted in the output of the -file-list-exec-source-files
      GDB/MI command:
      
          (gdb) interpreter-exec mi -file-list-exec-source-files
          ^done,files=[{file="/takamaka.a/brobecke/ex/list-exec-source-files/foo.c",fullname="foo.c"},{file="/takamaka.a/brobecke/ex/list-exec-source-files/foo.c",fullname="foo.c"},{file="",fullname="init.c"},{file="",fullname="../sysdeps/x86_64/elf/start.S"},{file="",fullname="../sysdeps/x86_64/elf/start.S"}]
      
      It turns out to be a silly thinko: The map_symbol_filenames function
      calls the psymtab version of map_symbol_filenames routine, and this
      version called the callback function with filename and fullname
      in the wrong order (fullname/filename instead of filename/fullname).
      
      The routine description in symfile.h confirst that expected order for
      the FUN callback parameters:
      
          /* Call a callback for every file defined in OBJFILE.  FUN is the
             callback.  It is passed the file's name, the file's full name,
             and the DATA passed to this function.  */
          void (*map_symbol_filenames) (struct objfile *objfile,
                                        void (*fun) (const char *, const char *,
                                                     void *),
                                        void *data);
      
      Fixing this error uncovered another location where the arguments
      were reversed: maybe_add_partial_symtab_filename.  Once the first
      error was fixed, the debugger would crash while attempting to do
      completion, because it was given a NULL fullname instead of the
      non-NULL filename.
      
      gdb/ChangeLog:
      
              * psymtab.c (map_symbol_filenames_psymtab): Call FUN with
              the arguments in the correct order.
              * symtab.c (maybe_add_partial_symtab_filename): Declare
              the arguments in the correct order.
      60b0f3b9
    • gdbadmin's avatar
      *** empty log message *** · 5e023c04
      gdbadmin authored
      5e023c04
  16. 18 Aug, 2010 3 commits
  17. 17 Aug, 2010 1 commit
  18. 16 Aug, 2010 1 commit
  19. 15 Aug, 2010 1 commit
  20. 14 Aug, 2010 2 commits
  21. 13 Aug, 2010 2 commits
  22. 12 Aug, 2010 1 commit