No internet connection
  1. Home
  2. Blog Comments

Comments for Valgrind and GDB: Tame the Wild C - The Slightly Disgruntled Scientist

By System @system
    2016-02-21 05:14:35.000Z
    • 5 comments
    1. J
      Joe Maniaci @joemaniaci
        2020-06-09 17:03:10.213Z

        So what will valgrind see in vgdb mode if debug symbols are stripped and not present on the remote ARM machine? When I load the symbols from my gdb(x86) instance, will gdb pass the symbols onto valgrind-ARM? Or is there another step to load symbols into valgrind via gdb/vgdb?

        1. M
          In reply toUnknown [DwE4KFYW2]:
          Morten Krogh
            2017-01-11 16:35:07.000Z

            Very nice tutorial!!

            I could not find the git tags. I had to check out the raw commits.

            1. JJason Heeris
                2017-01-11 20:23:38.000Z

                Oh oops! Thanks for flagging that, I forgot to push the tags!

                1. In reply toMorten Krogh:
                  JJason Heeris
                    2017-01-11 22:04:11.000Z

                    Fixed!

                  • A
                    In reply toUnknown [DwE4KFYW2]:
                    Amir Geva
                      2018-01-21 10:21:00.000Z

                      Thanks for this. Had a bug that was practically impossible to find with either valgrind or gdb alone. Together I had it fixed in 5 minutes. :-)