Serapheim Dimitropoulos
Serapheim Dimitropoulos
Besides `member` mentioned above we recently merged the array command here -> https://github.com/delphix/sdb/commit/b55ca4a193605da0b3e12dca8b1fc0dc9982c088 . Renaming this isssue to have a more specific title.
Looking more into the specifics - the first example works because `avl_root` is not really dereferenced. Dereferencing it on demand causes the same error as the second example: ``` sdb>...
I never explicitly type `clear` in `bash` - the shortcut for it is `Ctrl+l` so I use that. It also works in `sdb` because we are using the same library...
FYI I created this issue too that is somewhat relevant -> https://github.com/delphix/sdb/issues/97
Marked this as a `drgn` bug. My hypothesis is the following: You generated the core before having the debug information for that library installed in the system. When the coredump...
Not exactly related but I'm linking the above to issue https://github.com/delphix/sdb/issues/81 in case we want to more properly support the `:` in `linux:list` as proper syntax so `linux: list` or...
That's a great idea! Mentioning comment from recent PR that raised an issue regarding this: https://github.com/delphix/sdb/pull/76#discussion_r348068508
@jordanhendricks and I created a pretty printer for `mutex`. I'll open a PR once I take some time to ensure that the code is style and lint clean.
So here is my opinion on the issue. Ideally it would be great if all commands had no issues and would take care of all their possible edge case. That...