Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Backed out changeset 047d21f101de (bug 846018)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen committed Nov 13, 2014
1 parent d92f45c commit fa8ad88
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .gdbinit
Original file line number Diff line number Diff line change
Expand Up @@ -172,20 +172,6 @@ document ptarray
ptarray a 1 2 - Prints elements in range [idx1..idx2] from tarray
end

# define a "pregion" command to print a region in the same format as ToString()
def pregion
set $r = $arg0.mImpl.mRectListHead.next
printf "["
while ($r != &$arg0.mImpl.mRectListHead)
if ($r != $arg0.mImpl.mRectListHead.next)
printf "; "
end
printf "%d,%d,%d,%d", $r->x, $r->y, $r->x + $r->width, $r->y + $r->height
set $r = $r->next
end
printf "]\n"
end

def js
call DumpJSStack()
end
Expand Down

0 comments on commit fa8ad88

Please sign in to comment.