{"id":17224604,"url":"https://github.com/tartanllama/sdb","last_synced_at":"2025-04-04T10:02:13.560Z","repository":{"id":251337760,"uuid":"818204565","full_name":"TartanLlama/sdb","owner":"TartanLlama","description":"Source code for the book Building a Debugger","archived":false,"fork":false,"pushed_at":"2025-03-20T10:47:47.000Z","size":678,"stargazers_count":227,"open_issues_count":2,"forks_count":19,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-27T01:50:05.753Z","etag":null,"topics":["book","compiler","compilers","debugger","debuggers"],"latest_commit_sha":null,"homepage":"https://nostarch.com/building-a-debugger","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TartanLlama.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-21T10:22:18.000Z","updated_at":"2025-03-23T20:20:26.000Z","dependencies_parsed_at":"2024-08-02T10:27:07.723Z","dependency_job_id":"701320b6-86ca-4483-948a-cf13e78b9f4b","html_url":"https://github.com/TartanLlama/sdb","commit_stats":null,"previous_names":["tartanllama/sdb"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TartanLlama%2Fsdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TartanLlama%2Fsdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TartanLlama%2Fsdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TartanLlama%2Fsdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TartanLlama","download_url":"https://codeload.github.com/TartanLlama/sdb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247149510,"owners_count":20891954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["book","compiler","compilers","debugger","debuggers"],"created_at":"2024-10-15T04:11:32.258Z","updated_at":"2025-04-04T10:02:13.525Z","avatar_url":"https://github.com/TartanLlama.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Building a Debugger\n\nThis repository contains the source code for the book [Building a Debugger](https://nostarch.com/building-a-debugger).\n\nSee [Errata](errata.md) for errata.\n\nIf you ordered the Early Access version of the book and want to update your code to the current version, see the [Early Access Upgrade Guide](early_access_upgrade.md).\n\n- Chapter 1: [Project Setup](https://github.com/TartanLlama/sdb/tree/chapter-1)\n- Chapter 2: Compilation and Computer Architecture (no code)\n- Chapter 3: [Attaching to a Process](https://github.com/TartanLlama/sdb/tree/chapter-3)\n- Chapter 4: [Pipes, procfs, and Automated Testing](https://github.com/TartanLlama/sdb/tree/chapter-4)\n- Chapter 5: [Registers](https://github.com/TartanLlama/sdb/tree/chapter-5)\n- Chapter 6: [Testing Registers with x64 Assembly](https://github.com/TartanLlama/sdb/tree/chapter-6)\n- Chapter 7: [Software Breakpoints](https://github.com/TartanLlama/sdb/tree/chapter-7)\n- Chapter 8: [Memory and Disassembly](https://github.com/TartanLlama/sdb/tree/chapter-8)\n- Chapter 9: [Hardware Breakpoints and Watchpoints](https://github.com/TartanLlama/sdb/tree/chapter-9)\n- Chapter 10: [Signals and Syscalls](https://github.com/TartanLlama/sdb/tree/chapter-10)\n- Chapter 11: [Object Files](https://github.com/TartanLlama/sdb/tree/chapter-11)\n- Chapter 12: [Debug Information](https://github.com/TartanLlama/sdb/tree/chapter-12)\n- Chapter 13: [Line Tables](https://github.com/TartanLlama/sdb/tree/chapter-13)\n- Chapter 14: [Source-Level Breakpoints and Stepping](https://github.com/TartanLlama/sdb/tree/chapter-14)\n- Chapter 15: [Call Frame Information](https://github.com/TartanLlama/sdb/tree/chapter-15)\n- Chapter 16: [Stack Unwinding](https://github.com/TartanLlama/sdb/tree/chapter-16)\n- Chapter 17: [Shared Libraries](https://github.com/TartanLlama/sdb/tree/chapter-17)\n- Chapter 18: [Multithreading](https://github.com/TartanLlama/sdb/tree/chapter-18)\n- Chapter 19: [DWARF Expressions](https://github.com/TartanLlama/sdb/tree/chapter-19)\n- Chapter 20: [Variables and Types](https://github.com/TartanLlama/sdb/tree/chapter-20)\n- Chapter 21: [Expression Evaluation](https://github.com/TartanLlama/sdb/tree/chapter-21)\n\n## Other implementations\n\n*Your codebase here*: I'd love to feature implementations of the book written by you, especially if they're in a language other than C++. If you'd like to have your implementation featured here, please [create an issue](https://github.com/TartanLlama/sdb/issues/new?assignees=TartanLlama\u0026labels=\u0026projects=\u0026template=new-implementation.md\u0026title=New+implementation).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftartanllama%2Fsdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftartanllama%2Fsdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftartanllama%2Fsdb/lists"}