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 5 Jul 2016, 13:35 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.

    R J 2 Replies Last reply 5 Jul 2016, 14:07
    0
    • I Ibrahim
      5 Jul 2016, 13:35

      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.

      R Offline
      R Offline
      raven-worx
      Moderators
      wrote on 5 Jul 2016, 14:07 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
        5 Jul 2016, 13:35

        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.

        J Offline
        J Offline
        jsulm
        Lifetime Qt Champion
        wrote on 6 Jul 2016, 04:33 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

        1/3

        5 Jul 2016, 13:35

        • Login

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