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

  1. 06 Oct, 2009 4 commits
  2. 05 Oct, 2009 1 commit
  3. 04 Oct, 2009 3 commits
  4. 03 Oct, 2009 1 commit
  5. 02 Oct, 2009 2 commits
  6. 01 Oct, 2009 3 commits
  7. 30 Sep, 2009 5 commits
  8. 29 Sep, 2009 20 commits
  9. 28 Sep, 2009 1 commit
    • Joel Brobecker's avatar
      Fix ia64 breakpoints in the L-X slot. · f5c68756
      Joel Brobecker authored
              * ia64-tdep.c (ia64_memory_insert_breakpoint): Extend the comment.
              New variable shadow_slotnum, use it appropriately instead of slotnum.
              Move shadow_len initialization before SLOTNUM adjustment, cover now the
              whole remaining bundle.  Error now on breakpoints requested for the
              slot 2 of L-X bundles.  Better sanity check the requested slot 1 of L-X
              bundles.
              (ia64_memory_remove_breakpoint): New variable shadow_slotnum, use it
              appropriately instead of slotnum.  Warn now on breakpoints requested
              for the slot 2 of L-X bundles.  Better sanity check the requested slot
              1 of L-X bundles.  Update the assertio check of PLACED_SIZE.
              (ia64_breakpoint_from_pc): New variable shadow_slotnum, use it
              appropriately instead of slotnum.  Move *lenptr initialization before
              SLOTNUM adjustment, cover now the whole remaining bundle.  Error now
              on breakpoints requested for the slot 2 of L-X bundles.  Better sanity
              check the requested slot 1 of L-X bundles.  Simplify the returned
              expression.
      f5c68756