From 80690d7b207a826d5b1aa71c5f30e9da6a106432 Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Fri, 28 Jun 2024 16:07:39 -0700 Subject: [PATCH] notes --- src/raddbg/raddbg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raddbg/raddbg.h b/src/raddbg/raddbg.h index 634383f1..67c19d74 100644 --- a/src/raddbg/raddbg.h +++ b/src/raddbg/raddbg.h @@ -8,7 +8,6 @@ // [ ] inline breakpoint hit_count // [ ] to count hit counts, resolve all bps to addresses, check addresses // against stopper thread's -// [ ] editing multiple bindings for commands // [ ] theme lister -> fonts & font sizes // [ ] "Browse..." buttons should adopt a more relevant starting search path, // if possible @@ -409,6 +408,7 @@ // [x] I LOVE ALT-W to add watch under cursor, but I would prefer to have it // add what's under the MOUSE cursor instead of the keyboard cursor. Can // we get a command for that so I can bind ALT-W to that instead? +// [x] editing multiple bindings for commands #ifndef RADDBG_H #define RADDBG_H