This patch replaces the static large function threshold variable with a
global debugger setting (stop-disassembly-max-size).
The default threshold is now set to 32KB (instead of 8KB) and can be modified.
rdar://74726362
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
This seems like it could have a better name, how about DisassemblyTreshold? If this only used when stopped (like StopDisassemblyCount) then maybe add the Stop prefix here too.