index
:
toy-debugger
master
Toy Debugger built with LLDB C++ API
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tdbg.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-17
Add a toggleable help view for keybindings
Mitja Felicijan
1
-3
/
+53
2026-01-17
Implement UI resizing with Ctrl+Arrows
Mitja Felicijan
1
-9
/
+12
2026-01-17
Add command-line option to set startup breakpoints
Mitja Felicijan
1
-2
/
+14
2026-01-17
Implement watch view for evaluating and displaying expressions dynamically
Mitja Felicijan
1
-12
/
+116
2026-01-17
Implement advanced argument parsing for target and environment variables, all...
Mitja Felicijan
1
-28
/
+95
2026-01-17
Store the current source filename and use it to pre-fill the breakpoint input...
Mitja Felicijan
1
-1
/
+8
2026-01-17
Added sign column for breakpoints in source view
Mitja Felicijan
1
-5
/
+40
2026-01-16
Added macOS make option
Mitja Felicijan
1
-1
/
+2
2026-01-16
Fixed enum type recognition and increased sidebar width
Mitja Felicijan
1
-1
/
+2
2026-01-16
Refactor AppMode to InputMode
Mitja Felicijan
1
-21
/
+21
2026-01-16
Added scrollable areas
Mitja Felicijan
1
-39
/
+212
2026-01-16
Merged TUI into main
Mitja Felicijan
1
-143
/
+565
2026-01-16
Added line preview
Mitja Felicijan
1
-2
/
+53
2026-01-16
Rename debugger source file
Mitja Felicijan
1
-0
/
+148