Siddharth

Results 50 issues of Siddharth

Hey, thanks for this really cool library! I was wondering if `drgn` plans to support the ability to not just debug programs (a) after-the-fact via a core dump, (b) connect...

enhancement

- Say I'm at sly-db debugging some stack trace, and so I focus on the `7th` stack frame, hit `e` to evaluate in the stack frame. - I then type...

Here are [two gifs](https://imgur.com/a/66OYfiJ) that compares the current and proposed behaviour. The proposed behaviour causes `C-u` to move the cursor upward when the window position is already on the first...

I added a standard gitignore, that prevents one from accidentally checking in build files.

I'm trying to programatically generate array based code (like one uses LLVM to codegen to assembly). I was hoping to find some sort of LLVM's `IRBuilder` like abstraction, but couldn't...

- [ ] Rewrite `BorderVisual` to use consistent terminology (`pos` for top-left corner, `size` for dimensions) - [ ] Rewrite `ColorBarVisual` to also use the same terminology internally - [...

@arthurpaulino Suggestions on what we want to teach when it comes to attributes would be nice. I haven't used attributes much, so I'm learning as I go along!