)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":1001667,"name":"Jan Matyas","email":"jan.matyas@codasip.com","username":"JanMatCodasip"},"change_message_id":"9fbdf2d6080d634e485057b31a126e5e21baf2d0","unresolved":true,"context_lines":[{"line_number":4,"context_line":"Commit:     Marek Vrbka \u003cmarek.vrbka@codasip.com\u003e"},{"line_number":5,"context_line":"CommitDate: 2023-08-23 15:22:37 +0200"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"target: Unify the format of bp command list"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"This patch unifies the format of breakpoints when using the \"bp\""},{"line_number":10,"context_line":"tcl command as well as tell the user what each field means."}],"source_content_type":"text/x-gerrit-commit-message","patch_set":1,"id":"1816ad9a_acde246f","line":7,"updated":"2023-08-23 14:01:24.000000000","message":"If you\u0027d like, this wording would be a bit clearer:\n\ntarget: Unify the output of \"bp\" command","commit_id":"02a6274ad386892392d71548178e36faa1a2fa5d"},{"author":{"_account_id":1002143,"name":"Marek Vrbka","email":"marek.vrbka@codasip.com","username":"MarekVCodasip"},"change_message_id":"617bbb1c6a689facfed2bc8e873c2f7cb8a3fd44","unresolved":false,"context_lines":[{"line_number":4,"context_line":"Commit:     Marek Vrbka \u003cmarek.vrbka@codasip.com\u003e"},{"line_number":5,"context_line":"CommitDate: 2023-08-23 15:22:37 +0200"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"target: Unify the format of bp command list"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"This patch unifies the format of breakpoints when using the \"bp\""},{"line_number":10,"context_line":"tcl command as well as tell the user what each field means."}],"source_content_type":"text/x-gerrit-commit-message","patch_set":1,"id":"d80dd871_dcc354e7","line":7,"in_reply_to":"1816ad9a_acde246f","updated":"2023-08-25 12:50:04.000000000","message":"Done","commit_id":"02a6274ad386892392d71548178e36faa1a2fa5d"},{"author":{"_account_id":1001667,"name":"Jan Matyas","email":"jan.matyas@codasip.com","username":"JanMatCodasip"},"change_message_id":"9fbdf2d6080d634e485057b31a126e5e21baf2d0","unresolved":true,"context_lines":[{"line_number":7,"context_line":"target: Unify the format of bp command list"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"This patch unifies the format of breakpoints when using the \"bp\""},{"line_number":10,"context_line":"tcl command as well as tell the user what each field means."},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"Change-Id: Ic1335eda1c58072a334aed9cf0011431c8ec86a4"},{"line_number":13,"context_line":"Signed-off-by: Marek Vrbka \u003cmarek.vrbka@codasip.com\u003e"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":1,"id":"c0a59bd4_f0dc9dd1","line":10,"updated":"2023-08-23 14:01:24.000000000","message":"Proposed wording:\n\nThis patch unifies the lines printed by the \"bp\" command\nso that different types of breakpoints are printed in \nthe same format.","commit_id":"02a6274ad386892392d71548178e36faa1a2fa5d"},{"author":{"_account_id":1002143,"name":"Marek Vrbka","email":"marek.vrbka@codasip.com","username":"MarekVCodasip"},"change_message_id":"617bbb1c6a689facfed2bc8e873c2f7cb8a3fd44","unresolved":false,"context_lines":[{"line_number":7,"context_line":"target: Unify the format of bp command list"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"This patch unifies the format of breakpoints when using the \"bp\""},{"line_number":10,"context_line":"tcl command as well as tell the user what each field means."},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"Change-Id: Ic1335eda1c58072a334aed9cf0011431c8ec86a4"},{"line_number":13,"context_line":"Signed-off-by: Marek Vrbka \u003cmarek.vrbka@codasip.com\u003e"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":1,"id":"c24a33d9_c305ca87","line":10,"in_reply_to":"c0a59bd4_f0dc9dd1","updated":"2023-08-25 12:50:04.000000000","message":"Done","commit_id":"02a6274ad386892392d71548178e36faa1a2fa5d"}],"/PATCHSET_LEVEL":[{"author":{"_account_id":1002143,"name":"Marek Vrbka","email":"marek.vrbka@codasip.com","username":"MarekVCodasip"},"change_message_id":"efe991b48f36ce1a8a7bca4c5d0ce2cbfab26b06","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"bffe0011_5075bb7a","updated":"2023-08-23 13:26:33.000000000","message":"For context, the old format looks like this:\nIVA breakpoint: 0x00001004, 0x4, 0x03\nIVA breakpoint: 0x00001010, 0x4, 0x03\nIVA breakpoint: 0x00001018, 0x4, 0x03\nBreakpoint(IVA): 0x00001000, 0x4, 4096\n\nThe new format looks like this:\nSoftware breakpoint(IVA): addr\u003d0x00001004, len\u003d0x4, orig_instr\u003d0x03\nSoftware breakpoint(IVA): addr\u003d0x00001010, len\u003d0x4, orig_instr\u003d0x03\nSoftware breakpoint(IVA): addr\u003d0x00001018, len\u003d0x4, orig_instr\u003d0x03\nHardware breakpoint(IVA): addr\u003d0x00001000, len\u003d0x4, num\u003d1\n\nIf you have any suggestions for a different format or other improvements. Feel free to suggest them.","commit_id":"02a6274ad386892392d71548178e36faa1a2fa5d"},{"author":{"_account_id":1001667,"name":"Jan Matyas","email":"jan.matyas@codasip.com","username":"JanMatCodasip"},"change_message_id":"9fbdf2d6080d634e485057b31a126e5e21baf2d0","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"0308a1af_d17639c4","updated":"2023-08-23 14:01:24.000000000","message":"I am in favor of this improvement and like the proposed format. \n\nBut, as Marek pointed out, let\u0027s wait also for opinions of others.","commit_id":"02a6274ad386892392d71548178e36faa1a2fa5d"},{"author":{"_account_id":1002143,"name":"Marek Vrbka","email":"marek.vrbka@codasip.com","username":"MarekVCodasip"},"change_message_id":"617bbb1c6a689facfed2bc8e873c2f7cb8a3fd44","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"6a4a1f3e_c67addd8","updated":"2023-08-25 12:50:04.000000000","message":"Changed the message","commit_id":"af4f8599e93a535366eab585668588474f9f062e"},{"author":{"_account_id":1000021,"name":"Antonio Borneo","email":"borneo.antonio@gmail.com","username":"borneoa"},"change_message_id":"e59b5bfc26c1bedbaf422421d46682cd910cced1","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"2b98aa58_bbdf27e0","updated":"2023-08-26 13:50:23.000000000","message":"Looks ok, thanks!","commit_id":"89fb2f3da4dedaced62579238cd088dda1df59be"}]}
