Skip to content

Commit

Permalink
change title
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Dec 4, 2023
1 parent 77f5f7b commit 2413860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/fast-gdb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'Fast x86 Debugging: Using GDB On Apple Silicon with Rosetta emulation'
date: "12-04-2023"
---
# Using GDB On Apple Silicon with Rosetta emulation
# Overview

This blog post will outline how to setup x86 GDB on M1. This isn't your run-of-the mill x86 emulation -
this is *FAST* -- using the Rosetta translation engine, instead of QEMU. Thanks to [sporks.space](https://sporks.space/2023/04/12/debugging-an-x86-application-in-rosetta-for-linux/) for the initial writeup of the `ROSETTA_DEBUGSERVER` feature!
Expand Down

0 comments on commit 2413860

Please sign in to comment.