index
:
toy-debugger
master
Toy Debugger built with LLDB C++ API
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
master
Remove bold formatting from key actions in the README
Mitja Felicijan
3 months
Age
Commit message
Author
Files
Lines
2026-01-17
Remove bold formatting from key actions in the README
HEAD
master
Mitja Felicijan
1
-14
/
+14
2026-01-17
Add help command-line option
Mitja Felicijan
2
-13
/
+24
2026-01-17
Update asset link in README.md
Mitja Felicijan
1
-1
/
+1
2026-01-17
Add auto-run functionality via the `-run` flag and refactor target launch logic
Mitja Felicijan
2
-46
/
+65
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
2
-2
/
+21
2026-01-17
Update readme with new debugger commands and usage examples
Mitja Felicijan
2
-42
/
+57
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 gitignore
Mitja Felicijan
1
-1
/
+3
2026-01-16
Update README.md
Mitja Felicijan
1
-1
/
+1
2026-01-16
Update readme file with install requirements
Mitja Felicijan
1
-0
/
+8
2026-01-16
Fixed flags in make
Mitja Felicijan
1
-2
/
+6
2026-01-16
Fixed flags in make
Mitja Felicijan
1
-3
/
+6
2026-01-16
Added macOS make option
Mitja Felicijan
2
-2
/
+18
2026-01-16
Update README.md
Mitja Felicijan
1
-1
/
+1
2026-01-16
Fixed enum type recognition and increased sidebar width
Mitja Felicijan
2
-1
/
+3
[...]