summaryrefslogtreecommitdiff
path: root/.gdbinit
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2020-07-15 13:48:39 -0400
committerMahmoud <[email protected]>2020-07-15 13:48:39 -0400
commit7e26cc8bfbaf0eb45181a25daad3983cf89a8924 (patch)
tree2610cd196eba67032ff664c3bae192eb0b434d79 /.gdbinit
parentce3f02dc00e13ccd0a3929282231c7e0116be4b5 (diff)
fixing gdbinit
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gdbinit b/.gdbinit
index b456895..0c3ff55 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -8,7 +8,7 @@ set print array-indexes
set unwindonsignal on
define dp
- call g_the_gpu->dump_pipeline((0x40|0x4|0x1),$arg0,0)
+ call GPGPU_Context()->the_gpgpusim->g_the_gpu->dump_pipeline((0x40|0x4|0x1),$arg0,0)
end
document dp
@@ -23,7 +23,7 @@ see the source code for more details)
end
define dpc
- call g_the_gpu->dump_pipeline((0x40|0x4|0x1),$arg0,0)
+ call GPGPU_Context()->the_gpgpusim->g_the_gpu->dump_pipeline((0x40|0x4|0x1),$arg0,0)
continue
end
@@ -39,7 +39,7 @@ the next cycle.
end
define dm
- call g_the_gpu->dump_pipeline(0x10000|0x10000000,0,$arg0)
+ call GPGPU_Context()->the_gpgpusim->g_the_gpu->dump_pipeline(0x10000|0x10000000,0,$arg0)
end
define ptxdis