Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How can I see assembly output?
Forum Updated to NodeBB v4.3 + New Features

How can I see assembly output?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 2.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Ibrahim
    wrote on last edited by
    #1

    Hi; I wrote C++ code on Qt Creator. I want to see assembly output of this C++ codes on Qt Creator. How can I do that? Thanks.

    raven-worxR jsulmJ 2 Replies Last reply
    0
    • I Ibrahim

      Hi; I wrote C++ code on Qt Creator. I want to see assembly output of this C++ codes on Qt Creator. How can I do that? Thanks.

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @Ibrahim
      why don't you use the search first?
      Anyway .... Debug Menu -> Operate by Instruction

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • I Ibrahim

        Hi; I wrote C++ code on Qt Creator. I want to see assembly output of this C++ codes on Qt Creator. How can I do that? Thanks.

        jsulmJ Online
        jsulmJ Online
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @Ibrahim If you're using GCC then you can pass -S parameter. In this case compiler will stop after creating assembly code - it will not generate machine code and it will not link. See the GCC man-page.

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved