From f7ad44a0d7870dba80359a30bb54fb97093f51cd Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Fri, 24 May 2024 12:16:30 -0700 Subject: [PATCH] fix new-file query completion --- src/df/gfx/df_views.c | 2 ++ src/raddbg/raddbg.h | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/df/gfx/df_views.c b/src/df/gfx/df_views.c index 4483019d..dfa997ce 100644 --- a/src/df/gfx/df_views.c +++ b/src/df/gfx/df_views.c @@ -2684,6 +2684,8 @@ DF_VIEW_UI_FUNCTION_DEF(FileSystem) else { DF_CmdParams params = df_cmd_params_from_view(ws, panel, view); + params.file_path = query; + df_cmd_params_mark_slot(¶ms, DF_CmdParamSlot_FilePath); df_push_cmd__root(¶ms, df_cmd_spec_from_core_cmd_kind(DF_CoreCmdKind_CompleteQuery)); } } diff --git a/src/raddbg/raddbg.h b/src/raddbg/raddbg.h index 927e2393..511c8d3a 100644 --- a/src/raddbg/raddbg.h +++ b/src/raddbg/raddbg.h @@ -4,6 +4,9 @@ //////////////////////////////// //~ rjf: Frontend/UI Pass Tasks // +// [ ] display threads at their last exception address, rather than current +// rip, if applicable +// // [ ] editing multiple bindings for commands // [ ] n-row table selection, in watch window & other UIs, multi-selection // ctrl+C