rizin/librz/bp
Dean 59b38e6efa
Add /*<type>*/ comments everywhere (#2986)
Adds /*<type>*/ comments and a linter check from rz-bindgen to enforce
their existence and consistency

Also includes the following fixes made when adding the annotations:
* removed unused intern_table arguments in pyc_dis.c, pyc_dis.h, asm_pyc.c
* removed unused classes argument from place_nodes in agraph.c
* removed unused recurse and recurse_bb functions in canalysis.c
* removed unused vars field from RzPrint struct
* removed unused RzAnalysisType* structs from rz_analysis.h
* removed unused list field from RzEgg struct
* fixed bug in bp_plugin.c where duplication-checking logic iterates over the wrong list
* removed unused q_regs field from RzDebug struct
* removed unused backtrace field from RzDebugPlugin struct
* removed unused classes_list field from RzBinNXOObj struct
* removed unused methods_list and classes_list fields from RzBinZimgObj struct
2022-09-11 13:04:53 +08:00
..
p Format according to clang-format-13 2021-11-25 15:44:28 +08:00
bp.c librz: refactor a bit how plugins are built 2022-07-20 22:04:02 +02:00
bp_io.c Refactor: Replace corebind by need-driven context in RzBreakpoint 2022-01-26 17:12:26 +01:00
bp_plugin.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
bp_traptrace.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
bp_watch.c Make dcu fail on failed bp instead of blindly continuing 2022-01-26 17:12:26 +01:00
meson.build Meson refactor: collect modules in dict and centralize config (#2945) 2022-08-20 19:59:27 +02:00
serialize_bp.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00