devel:troubleshooting-gdb-scripts
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
devel:troubleshooting-gdb-scripts [2017/09/05 13:39] – created miconda | devel:troubleshooting-gdb-scripts [2017/09/05 14:16] (current) – [Transaction Structures] miconda | ||
---|---|---|---|
Line 6: | Line 6: | ||
==== Transaction Structures ==== | ==== Transaction Structures ==== | ||
+ | |||
+ | Transactions are stored in hash table _tm_table that has 65536 slots (defined as TABLE_ENTRIES in the code). | ||
<code perl> | <code perl> | ||
set $i=0 | set $i=0 | ||
- | while($i< | + | while($i< |
set $ehead = & | set $ehead = & | ||
Line 23: | Line 25: | ||
end | end | ||
</ | </ | ||
+ | |||
+ | ===== Memory ===== | ||
+ | |||
+ | See: | ||
+ | |||
+ | * https:// |
devel/troubleshooting-gdb-scripts.1504618761.txt.gz · Last modified: 2017/09/05 13:39 by miconda