ugdb icon indicating copy to clipboard operation
ugdb copied to clipboard

An alternative TUI for gdb

Results 11 ugdb issues
Sort by recently updated
recently updated
newest added

Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...

dependencies

Bumps [nix](https://github.com/nix-rust/nix) from 0.17.0 to 0.24.1. Changelog Sourced from nix's changelog. [0.24.1] - 2022-04-22 Added Changed Fixed Fixed UnixAddr::size on Linux-based OSes. (#1702) Removed [0.24.0] - 2022-04-21 Added Added fine-grained...

dependencies

I'm trying to use gdb history through ugdb, but can't save history file and load it at its beginning. This is the `show history` command result. ``` (gdb) show history...

Let's say i have prog which reads data from stdin I run it using my shell's input redirection: ```console $ ./some-exec --foo --bar < redirected_file.txt $ printf "some-string\ndupa\n" | ./some-exec...

Hello. Great project, something that I thought about starting making myself at some point, but did not really get into it ever. I just stumbled upon this and would like...

Hi, I came across ugdb while looking for a better alternative to gdb's builtin TUI, so I'm grateful that an alternative exists. Unfortunately, I cannot run ugdb, as it panics...

Hey there, I loved this project! It's a great interface for gdb, specially the expression evaluation part! However, seeing as you are probably a Rust developer, I don't believe you...

Bumps [time](https://github.com/time-rs/time) from 0.1.44 to 0.2.0. Release notes Sourced from time's releases. v0.2.0 See #190 for major details. This is essentially a new crate compared to v0.1, and only has...

dependencies

Bumps [nix](https://github.com/nix-rust/nix) from 0.17.0 to 0.26.2. Changelog Sourced from nix's changelog. [0.26.2] - 2023-01-18 Fixed Fix SockaddrIn6 bug that was swapping flowinfo and scope_id byte ordering. (#1964) [0.26.1] - 2022-11-29...

dependencies

Hello, I was wondering if is it possible to save a specific layout as a default layout to use it every time I want to open ugdb. Instead of the...