don't link mmap region into .text but aot array itself

This commit is contained in:
2026-04-21 14:46:31 +02:00
parent ea56079c09
commit 264795bf71
6 changed files with 18 additions and 13 deletions

View File

@ -139,7 +139,13 @@ my %handlers = (
"$local_archive_dir/$selected_experiment/system.elf" );
},
'13. Run Build in GDB' => sub {
'13. Open Experiment in ResultBrowser' => sub {
# TODO: Select from existing DBs, rewrite db.conf,
# launch resultbrowser + firefox
},
'14. Run Build in GDB' => sub {
my @builds = grep { /linux/ } Util::find_subdirs($local_builds_dir);
my @selected_builds =
TUI::select_from_list( "Select Build to Run", 0, @builds );