)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":1000021,"name":"Antonio Borneo","email":"borneo.antonio@gmail.com","username":"borneoa"},"change_message_id":"667d073216adb36ec3d459a7c861945a1864067b","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"88cc3e8b_741a8c81","updated":"2025-10-25 21:19:48.000000000","message":"something to fix, below, if we agree on uint32_t.\nBut, this unique ID is something internal in OpenOCD. Nothing related to a value of predefined 32 bit size in the target or in the adapter.\nWhy abusing uint32_t? What\u0027s wrong with unsigned int?\nSee https://openocd.org/doc-release/doxygen/stylec.html#styletypes\nFor me this patch should become: make both BP\u0027s and WP\u0027s unique_id as unsigned int!","commit_id":"45f7337d3a804141253f021de817d8faae9ed306"},{"author":{"_account_id":1002047,"name":"Evgeniy Naydanov","email":"eugnay@gmail.com","username":"en-sc"},"change_message_id":"7f38e3ea202b330dfc52401ac7c582e816d55046","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"5c8cb095_6040fba1","in_reply_to":"88cc3e8b_741a8c81","updated":"2025-11-19 13:30:11.000000000","message":"\u003e For me this patch should become: make both BP\u0027s and WP\u0027s unique_id as unsigned int!\n\nDone. Please take a look","commit_id":"45f7337d3a804141253f021de817d8faae9ed306"}],"src/target/breakpoints.c":[{"author":{"_account_id":1000021,"name":"Antonio Borneo","email":"borneo.antonio@gmail.com","username":"borneoa"},"change_message_id":"667d073216adb36ec3d459a7c861945a1864067b","unresolved":true,"context_lines":[{"line_number":34,"context_line":"};"},{"line_number":35,"context_line":""},{"line_number":36,"context_line":"/* monotonic counter/id-number for breakpoints and watch points */"},{"line_number":37,"context_line":"static int bpwp_unique_id;"},{"line_number":38,"context_line":""},{"line_number":39,"context_line":"static int breakpoint_add_internal(struct target *target,"},{"line_number":40,"context_line":"\ttarget_addr_t address,"}],"source_content_type":"text/x-csrc","patch_set":1,"id":"9f034d8f_f71c058c","line":37,"updated":"2025-10-25 21:19:48.000000000","message":"Also the counter, used for both BP and WP should be of the same type","commit_id":"45f7337d3a804141253f021de817d8faae9ed306"},{"author":{"_account_id":1000021,"name":"Antonio Borneo","email":"borneo.antonio@gmail.com","username":"borneoa"},"change_message_id":"667d073216adb36ec3d459a7c861945a1864067b","unresolved":true,"context_lines":[{"line_number":537,"context_line":"\t}"},{"line_number":538,"context_line":""},{"line_number":539,"context_line":"\tLOG_TARGET_DEBUG(target, \"added %s watchpoint at \" TARGET_ADDR_FMT"},{"line_number":540,"context_line":"\t\t\t\" of length 0x%8.8x (WPID: %d)\","},{"line_number":541,"context_line":"\t\twatchpoint_rw_strings[(*watchpoint_p)-\u003erw],"},{"line_number":542,"context_line":"\t\t(*watchpoint_p)-\u003eaddress,"},{"line_number":543,"context_line":"\t\t(*watchpoint_p)-\u003elength,"}],"source_content_type":"text/x-csrc","patch_set":1,"id":"7f254387_b6e76534","line":540,"updated":"2025-10-25 21:19:48.000000000","message":"Missed this one!","commit_id":"45f7337d3a804141253f021de817d8faae9ed306"}]}
