diff options
| author | Scott Gasch <[email protected]> | 2016-06-01 18:58:58 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2016-06-01 18:58:58 -0700 |
| commit | 3fd43cd5fcb22bb65bf2a92a25d95d801b11c9e0 (patch) | |
| tree | 9b6443235d16ba17f094a1a1c7ae53d2bcb9267b /src/.gdb_history | |
Initial checkin for typhoon chess engine.
Diffstat (limited to 'src/.gdb_history')
| -rw-r--r-- | src/.gdb_history | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/.gdb_history b/src/.gdb_history new file mode 100644 index 0000000..881db24 --- /dev/null +++ b/src/.gdb_history @@ -0,0 +1,36 @@ +run +bt +frame 1 +quit +run +bt +frame 1 +print mvRef +quit +run +quit +run +frame 1 +print x +print ctx->sMoveStack.uEnd[ctx->uPly] +print mv +print uLegalMoves +print ctx->sMoveStack.mvf[x].bvFlags +print ctx->sMoveStack.mvf[x] +print mvHash +print ctx->uPly +bt +frame 1 +print x +print ctx->sMoveStack.uEnd[7] +print ctx->sMoveStack.uBegin[7] +bt +frame 3 +print ctx->uPly +frame 2 +frame 1 +quit +run +quit +run +quit |
