I have an application compatible with 64 and 32 bit. If I open the application via gdb (exec-file application), it will open the 64-bit part of the application. How can I open the 32 bit part instead?
Is there an argument that I missed?
Apparently this can be done by setting a parameter for gdb:
gdb -arch i386
Source: https://habr.com/ru/post/1784783/More articles:displaying a message in PyQt4 - pythonCloning elements [div] [script] in Javascript - javascriptParallel template for testing several subjects and, possibly, - c #How do you define a signature like boost :: function? - functionBulk insert from XML to SQL Server - xmlhow to enable maven war plugin to create multiple war files - mavenStore the original time zone in NSDateFormatter. - timezoneforeach, optional conditional expression - c #Что может привести к тому, что window.open вернет "undefined"? - javascriptПогода в Yahoo WebService - yahoo-weather-apiAll Articles