You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[lldb] Improve setting of program for filtering disassembly
This changes the example command added in #145793
so that the fdis program does not have to be a single program name.
Doing so also means we can run the test on Windows where the
program needs to be "python.exe script_name".
I've changed "fdis set" to treat the rest of the command as the
program. Then store that as a list to be passed to subprocess.
If we just use a string, Python will think that "python.exe foo"
is the name of an actual program.
This will still break if the paths have spaces in,
but I'm trying to do just enough to fix the test here without
rewriting all the option handling.
0 commit comments