don't link mmap region into .text but aot array itself
This commit is contained in:
@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user