[PULL 58/59] linux-user/elfload: fix filling psinfo->pr_psargs

2021-05-17 Thread Laurent Vivier
From: Ilya Leoshkevich The current code dumps the memory between arg_start and arg_end, which contains the argv pointers. This results in the Core was generated by `` message when opening the core file in GDB. This is because the code is supposed to dump the actual arg strings. Fix by

[PULL 58/59] linux-user/elfload: fix filling psinfo->pr_psargs

2021-05-17 Thread Laurent Vivier
From: Ilya Leoshkevich The current code dumps the memory between arg_start and arg_end, which contains the argv pointers. This results in the Core was generated by `` message when opening the core file in GDB. This is because the code is supposed to dump the actual arg strings. Fix by