Skip to content

Commit

Permalink
index
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Nov 3, 2023
1 parent 12e3026 commit 8fe9191
Showing 1 changed file with 63 additions and 1 deletion.
64 changes: 63 additions & 1 deletion FireDBG/docs/01-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,66 @@

## Introduction

1. [What is FireDBG](01-introduction/01-firedbg.md)
1. [How to Debug](#)

2. [What is FireDBG](#)

3. [Why LLDB Debugger](#)

## Architecture

1. [Parser](#)

1.1 [Breakpoint](#)

2. [Command](#)

2.1 [Trace Config](#)

2.2 [FireDBG Folder](#)

2.3 [Breakpoint Caching](#)

2.4 [CLI Endpoint](#)

3. [Support Library](#)

3.1 [Trace Macro](#)

4. [Debugger](#)

4.1 [Supported CPU architecture and OS](#)

4.2 [LLDB Binding & Library](#)

4.3 [Setting Breakpoint](#)

4.4 [Handling Breakpoint](#)

4.5 [Representing Rust Types](#)

4.6 [Capturing Function Arguments](#)

4.7 [Capturing Return Values](#)

4.8 [Streaming Debug Data](#)

5. [Indexer](#)

5.1 [Reading Debug Data](#)

5.2 [Consolidating Debug Data into SQLite](#)

6. [Graphics](#)

6.1 [Call Tree](#)

6.2 [Variable](#)

6.3 [Timeline](#)

7. [VS Code Extension](#)

7.1 [FireDBG Debug & Run](#)

7.2 [Inspector Side Panels](#)

0 comments on commit 8fe9191

Please sign in to comment.