mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 09:18:55 +00:00
HackStudio: Add option to inspect Coredump
This adds a --coredump <file> option to Hack Studio. When used, Hack Studio will open the coredump and allow the user to inspect it in the Debug tab.
This commit is contained in:
parent
ce726fe027
commit
8316eb7306
Notes:
sideshowbarker
2024-07-18 00:57:04 +09:00
Author: https://github.com/itamar8910
Commit: 8316eb7306
Pull-request: https://github.com/SerenityOS/serenity/pull/10973
Reviewed-by: https://github.com/linusg ✅
8 changed files with 72 additions and 19 deletions
|
@ -26,10 +26,12 @@ class DebugInfoWidget final : public GUI::Widget {
|
|||
public:
|
||||
virtual ~DebugInfoWidget() override { }
|
||||
|
||||
void update_state(Debug::ProcessInspector const&, PtraceRegisters const&);
|
||||
void update_state(Debug::ProcessInspector&, PtraceRegisters const&);
|
||||
void program_stopped();
|
||||
void set_debug_actions_enabled(bool enabled);
|
||||
|
||||
Function<void(Debug::DebugInfo::SourcePosition const&)> on_backtrace_frame_selection;
|
||||
|
||||
private:
|
||||
explicit DebugInfoWidget();
|
||||
void init_toolbar();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue