How to examine memory in GDB

preview_player
Показать описание
---

Enjoy.

More about me and what I do.



***

Welcome! I post videos that help you learn to program and become a more confident software developer. I cover beginner-to-advanced systems topics ranging from network programming, threads, processes, operating systems, embedded systems and others. My goal is to help you get under-the-hood and better understand how computers work and how you can use them to become stronger students and more capable professional developers.

About me: I'm a computer scientist, electrical engineer, researcher, and teacher. I specialize in embedded systems, mobile computing, sensor networks, and the Internet of Things. I teach systems and networking courses at Clemson University, where I also lead the PERSIST research lab.

More about me and what I do:

To Support the Channel:
+ like, subscribe, spread the word

Want me to review your code?

You can also find more info about code reviews here.
Рекомендации по теме
Комментарии
Автор

Not only memory debugging but also struct init syntax!

MECHANISMUS
Автор

Please do video on debugging core files when the stack is corrupted.

narendarkotrangi
Автор

Did someone told you that you are awsome

_ItsParv
Автор

At 1:16, what does the hexadecimal numbers represent?

martinmickels
Автор

Hi! Just found the channel, instant subscribe! Question: 1. Is the "reverse" ordering of `0x1234567` as bytes 0x78 0x56 0x34 0x12 because of Endianness? 2. If so, which Endianness is this? 3. And is Endianness at the byte level? (4. if it were at the four bit level, 0x1234567 would be in mem as 0x87 0x65 0x43 0x21?) Numbered the questions, so they're easy to answer w/ yes/no's. Thanks!

joseville
Автор

Could you please enlighten us with design patterns concepts in c++ ?

kushagrakumar