Re: [Qt-creator] Disassemble output with source code?

2010-06-08 Thread Stephen Chu
On 6/8/10 10:54 AM, André Pönitz wrote: > On Tuesday 08 June 2010 15:28:11 ext Stephen Chu wrote: >> Here's the debugger log. It's done with snapshot 201006070030 in OS X >> 10.5.8. > > It says "Apple version gdb-967." > > Does this support mixed disassembler/source code at all? I don't know if it

Re: [Qt-creator] Disassemble output with source code?

2010-06-08 Thread André Pönitz
On Tuesday 08 June 2010 15:28:11 ext Stephen Chu wrote: > Here's the debugger log. It's done with snapshot 201006070030 in OS X > 10.5.8. It says "Apple version gdb-967." Does this support mixed disassembler/source code at all? I.e. can you get such output from this version of gdb when run "ma

Re: [Qt-creator] Disassemble output with source code?

2010-06-07 Thread André Pönitz
On Tuesday 08 June 2010 06:05:15 ext Stephen Chu wrote: > On 6/7/2010 6:05 PM, Andre Poenitz wrote: > > On Mon, Jun 07, 2010 at 05:07:57PM -0400, Stephen Chu wrote: > >> Is there a way in Creator to display disassemble output mixed with C++ > >> source? > > > > It tries to do so fairly hard, but it

Re: [Qt-creator] Disassemble output with source code?

2010-06-07 Thread Stephen Chu
On 6/7/2010 6:05 PM, Andre Poenitz wrote: > On Mon, Jun 07, 2010 at 05:07:57PM -0400, Stephen Chu wrote: >> Is there a way in Creator to display disassemble output mixed with C++ >> source? > > It tries to do so fairly hard, but it finally will fall back to > 'plain disassembly'. Hard to tell what'

Re: [Qt-creator] Disassemble output with source code?

2010-06-07 Thread Andre Poenitz
On Mon, Jun 07, 2010 at 05:07:57PM -0400, Stephen Chu wrote: > Is there a way in Creator to display disassemble output mixed with C++ > source? It tries to do so fairly hard, but it finally will fall back to 'plain disassembly'. Hard to tell what's going on exactly without the debugger log... An

[Qt-creator] Disassemble output with source code?

2010-06-07 Thread Stephen Chu
Is there a way in Creator to display disassemble output mixed with C++ source? The reason I need this is to see how I can optimize some sections of my code better. Thanks. -- Stephen Chu ___ Qt-creat