Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -4/+4 | |
Now that filtered and unfiltered output can be treated identically, we can unify the printf family of functions. This is done under the name "gdb_printf". Most of this patch was written by script. | |||||
2022-01-18 | Move "catch fork" to a new file | Tom Tromey | 1 | -0/+286 | |
The "catch fork" code is reasonably self-contained, and so this patch moves it out of breakpoint.c (the second largest source file in gdb) and into a new file, break-catch-fork.c. |