Commit Graph

3 Commits

Author SHA1 Message Date
riastradh 5a1f45c803 ddb: Constify db_syncobj_owner argument.
No need for it to be writable, and the actual type of the struct lwp
member is const.
2023-10-15 10:27:25 +00:00
riastradh 8b1de3a2b9 ddb: Cast pointer to uintptr_t, then to db_expr_t.
Avoids warnings about conversion between pointer and integer of
different size on some architectures.
2023-07-12 12:50:46 +00:00
riastradh 70ecadb004 ddb: New `show all tstiles' command.
Shows who's waiting for which locks and what the owner is up to.

XXX pullup-10
2023-07-09 17:10:47 +00:00