)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":1000853,"name":"zapb","display_name":"Marc Schink","email":"dev@zapb.de","username":"zapb"},"change_message_id":"d7ea989740548539904a5a58e960294a3d26eedf","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"4956372e_042279e4","updated":"2026-04-30 07:30:28.000000000","message":"The command name (`load_...`) is a bit misleading in my opinion, should be `image_info` or `get_image_info` so something like that.","commit_id":"ebefb72d7675ff7585dbb7d5194819edd8a64be6"},{"author":{"_account_id":1002513,"name":"Sergi・セルジ","display_name":"Sergi Granell Escalfet","email":"xerpi.g.12@gmail.com","username":"xerpi"},"change_message_id":"285c1d97b6c151f305594d1b6803bd7f35a623da","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"94f1d103_da909e74","in_reply_to":"4956372e_042279e4","updated":"2026-05-01 01:38:21.000000000","message":"Good point. Renamed to `image_info`.","commit_id":"ebefb72d7675ff7585dbb7d5194819edd8a64be6"},{"author":{"_account_id":1002513,"name":"Sergi・セルジ","display_name":"Sergi Granell Escalfet","email":"xerpi.g.12@gmail.com","username":"xerpi"},"change_message_id":"0b8170ccc9aa7d229de55248ffef0e33c7b5caa1","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"25c4b7f6_e378286d","in_reply_to":"94f1d103_da909e74","updated":"2026-05-07 01:02:47.000000000","message":"Done","commit_id":"ebefb72d7675ff7585dbb7d5194819edd8a64be6"},{"author":{"_account_id":1002513,"name":"Sergi・セルジ","display_name":"Sergi Granell Escalfet","email":"xerpi.g.12@gmail.com","username":"xerpi"},"change_message_id":"0b8170ccc9aa7d229de55248ffef0e33c7b5caa1","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"303dcf49_b4040949","updated":"2026-05-07 01:02:47.000000000","message":"Sorry, I forgot to properly mark \"Resolved\".","commit_id":"0302a9b540c27c806cce8e4b1104f697779196b6"}],"src/target/target.c":[{"author":{"_account_id":1000021,"name":"Antonio Borneo","email":"borneo.antonio@gmail.com","username":"borneoa"},"change_message_id":"064f26f7e0b37070b55e025d9006992ae31c066e","unresolved":true,"context_lines":[{"line_number":3727,"context_line":"\tif (retval !\u003d ERROR_OK)"},{"line_number":3728,"context_line":"\t\treturn retval;"},{"line_number":3729,"context_line":""},{"line_number":3730,"context_line":"\tif (image.start_address_set)"},{"line_number":3731,"context_line":"\t\tcommand_print(CMD, \"type %s entry_address 0x%08\" PRIx32,"},{"line_number":3732,"context_line":"\t\t\timage_type_name(image.type), image.start_address);"},{"line_number":3733,"context_line":"\telse"}],"source_content_type":"text/x-csrc","patch_set":3,"id":"80ffe039_bf6b8e0e","line":3730,"updated":"2026-07-12 15:25:14.000000000","message":"Tcl language considers either whitespace and newline as separators.\nThe output of this command would be more \u0027human\u0027 readable if the two keys are put on separate lines, without impacting the use of this dict in a Tcl script.\nIn this case:\n```\n\tcommand_print(CMD, \"type %s\", image_type_name(image.type));\n\tif (image.start_address_set)\n\t\tcommand_print(CMD, \"entry_address 0x%08\" PRIx32,\n\t\t\t\timage.start_address);\n```","commit_id":"e0696e82437633035f47221b40be760eea73f321"}]}
