Re: [PATCH] kunit: tool: Build GDB scripts

2025-02-17 Thread David Gow
On Tue, 21 Jan 2025 at 21:01, Brendan Jackman wrote: > > Following a similar rationale as commit e4835f1da425f ("kunit: tool: > Build compile_commands.json"), make a common developer tool available by > default for KUnit users. > > Compared to compile_commands.json, there is a little more work to

[PATCH] kunit: tool: Build GDB scripts

2025-01-21 Thread Brendan Jackman
Following a similar rationale as commit e4835f1da425f ("kunit: tool: Build compile_commands.json"), make a common developer tool available by default for KUnit users. Compared to compile_commands.json, there is a little more work to be done to build the GDB scripts. Is it enough to affect developm