Alexandra Petlanova Hajkova

I'm Alexandra from the Czech Republic. I'm an avid reader who loves hiking and camping. I'm working as a Software Engineer in a gdb team and I love to contribute to various upstream projects.

Alexandra Petlanova Hajkova's contributions

Featured image for Valgrind.
Article

Debug memory errors with Valgrind and GDB

Alexandra Petlanova Hajkova

Discover little-known Valgrind and GDB commands that can help you resolve memory leaks, buffer overflows, and similar bugs in your C and C++ code.

Featured image for Valgrind.
Article

Using Valgrind's --trace-flags option

Alexandra Petlanova Hajkova

Learn about Valgrind's undocumented --trace-flags option for debugging. The tutorial helps you add fused-multiply-add support for the AArch64 processor by Arm.