summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/debugger.c
AgeCommit message (Expand)AuthorFiles
2025-12-02vim-patch:9.1.1943: Memory leak with :breakadd exprzeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-02-03vim-patch:9.0.1391: "clear" macros are not always used (#32312)zeertzjq1
2025-01-02feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-19refactor: follow style guidedundargoc1
2023-11-13refactor: follow style guidedundargoc1
2023-11-13vim-patch:8.2.3395: Vim9: expression breakpoint not checked in :def functionzeertzjq1
2023-11-13vim-patch:8.2.3026: Vim9: cannot set breakpoint in compiled functionzeertzjq1
2023-11-13vim-patch:8.2.2996: Vim9: when debugging cannot inspect local variableszeertzjq1
2023-11-12build: remove PVSdundargoc1
2023-11-11refactor: remove redundant castsdundargoc1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-29refactor(message): smsg_attr -> smsgbfredl1
2023-09-27refactor(messages): fold msg_attr into msgbfredl1
2023-04-26refactor: uncrustifydundargoc1
2023-04-14vim-patch:8.2.1080: Vim9: no line break allowed in a for loopzeertzjq1
2023-02-12refactor: reduce scope of locals as per the style guide 3 (#22221)dundargoc1
2023-02-11refactor: replace char_u with char (#21901)dundargoc1
2023-01-19refactor: replace char_u with char 25 (#21838)dundargoc1
2023-01-18refactor: replace char_u with char 24 (#21823)dundargoc1
2023-01-10vim-patch:partial:9.0.1166: code is indented more than necessary (#21716)zeertzjq1
2022-12-26vim-patch:9.0.1098: code uses too much indent (#21540)zeertzjq1
2022-11-28refactor: replace char_u with chardundargoc1
2022-11-26refactor: replace char_u with charDundar Göc1
2022-11-22vim-patch:8.2.2435: setline() gives an error for some typeszeertzjq1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-06vim-patch:8.1.1200: old style comments in debugger sourcezeertzjq1
2022-09-26docs: fix typos (#20150)dundargoc1
2022-09-13vim-patch:9.0.0456: function called at debug prompt is also debugged (#20185)zeertzjq1
2022-09-09refactor: replace char_u with charDundar Göc1
2022-08-31refactor: replace char_u with charDundar Göc1
2022-08-30refactor: replace char_u with char 4 (#19987)dundargoc1
2022-08-29refactor: replace char_u with charDundar Göc1
2022-08-27refactor: replace char_u with charDundar Göc1
2022-08-23vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq1
2022-08-19vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell1
2022-08-15vim-patch:8.2.1653: expand('<stack>') does not include the final line numberzeertzjq1
2022-08-15vim-patch:8.2.1297: when a test fails it's often not easy to see wherezeertzjq1