-
Notifications
You must be signed in to change notification settings - Fork 1
/
invalid_page_worker_break.gdb
44 lines (44 loc) · 1.08 KB
/
invalid_page_worker_break.gdb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# ================================================================================
# Initial command and break point definition for INVALID PAGE worker processes.
#
# You can edit this file to meet your needs.
# Commented-out break points includes major break point candidates.
# ================================================================================
#
# command definition, shortcut for "finish" and "continue"
define f
finish
end
define c
continue
end
# b PR_debug_buffer
# b PR_debug_buffer2
# b PR_WorkerStartup
# b ParallelRedoProcessMain
# b PR_atStartWorker
# b dispatcherWorkerLoop
# b txnWorkerLoop
b invalidPageWorkerLoop
# b blockWorkerLoop
# b PR_allocBuffer
# b PR_freeBuffer
# b PR_enqueue
b PR_fetchQueue
b PR_breakpoint_func
b PR_error_here
# b PR_recvSync
# b PR_sendSync
# b PRDebug_sync
# b free_chunk
# b PR_allocXLogDispatchData
# b removeTxnCell
# b PR_analyzeXLogReaderState
# b dispatchDataToXLogHistory
# b addDispatchDataToTxn
# b isTxnSyncNeeded
# b XLogReadBufferForRedo
# b XLogReadBufferForRedoExtended
# b XLogInitBufferForRedo
# b PathNameOpenFile
# b DecodeXLogRecord