aboutsummaryrefslogtreecommitdiff
path: root/src/server/gdb_server.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-20server/gdb_server: Add support for default thread, use by IDA debuggerMadSquirrel1-93/+92
2022-08-15gdb_server: custom target-specific GDB queriesIan Thompson1-0/+5
2022-08-15gdb_server: support sparse register mapsIan Thompson1-2/+6
2022-08-15gdb_server: add "not supported" Z-packet replyIan Thompson1-2/+8
2022-07-23openocd: src: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-05-07server/gdb: fix gdb remote monitor cmd on multi-targetAntonio Borneo1-4/+16
2022-05-07smp: deprecate legacy SMP core switching supportAntonio Borneo1-0/+2
2022-04-23server/gdb: fix return of gdb remote monitor commandAntonio Borneo1-1/+42
2022-04-03gdb_server: Improve logging of GDB-remote packetsJan Matyas1-14/+31
2022-03-19keep-alive: drop link with log frameworkAntonio Borneo1-1/+23
2022-03-19gdb_server: simplify logic to enable/disable gdb_log_callback()Antonio Borneo1-13/+29
2022-03-19server: change prototype of add_service()Antonio Borneo1-3/+10
2022-02-26gdb_server: check target examined while combining reg listAntonio Borneo1-0/+12
2022-02-26gdb_server: fix double freeAntonio Borneo1-15/+17
2022-02-14gdb_server: Include thread name as XML attributeBen McMorran1-2/+8
2022-02-14target/smp: use a struct list_head to hold the smp targetsAntonio Borneo1-7/+4
2022-01-29Combine register lists of smp targets.Tim Newsome1-2/+104
2021-12-18gdb_server: fix a comment in gdb_new_connection()Antonio Borneo1-4/+7
2021-12-03gdb_server: added and improved several debug printsJan Matyas1-3/+8
2021-09-18openocd: remove last NULL comparisonsAntonio Borneo1-3/+5
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-3/+3
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-16/+16
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-37/+37
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-2/+2
2021-07-02Add RTOS memory read/write functions.Tim Newsome1-3/+16
2021-06-04gdb_server: Log both incoming and outgoing GDB packetsJan Matyas1-20/+41
2021-05-15server: gdb_server: Add colon for target extended-remoteYasushi SHOJI1-1/+1
2021-04-11target/aarch64: Add watchpoint supportLiming Sun1-1/+1
2021-03-10server: revert commit 7e6556b3cad8Antonio Borneo1-1/+1
2020-12-26gdb_server: fix HW thread status at gdb attachAntonio Borneo1-9/+9
2020-12-26gdb_server: minor fix for indentationAntonio Borneo1-1/+1
2020-11-15target, register: allow a register hidden from gdb and 'reg' cmdTomas Vanek1-4/+4
2020-11-07server: permit the add_service function to return the created serviceTarek BOCHKATI1-1/+1
2020-11-04gdb_server: allow multiple GDB connections to selected targetsAntonio Borneo1-1/+1
2020-11-04gdb_server: fix clang static analyzer warningTomas Vanek1-1/+1
2020-09-05openocd: use proper format with uint32_tAntonio Borneo1-9/+9
2020-09-05openocd: avoid checking for non NULL pointer to free itAntonio Borneo1-7/+3
2020-08-16server/gdb_server: fix incorrect condition checkChristopher Head1-1/+1
2020-08-08gdb_server: refuse gdb connection if target is not examinedAntonio Borneo1-0/+11
2020-07-26server: fix minor typosAntonio Borneo1-3/+3
2020-07-08gdb_server: suggest user to prefer GDB extended modeAntonio Borneo1-0/+7
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-9/+6
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-4/+4
2020-05-02server: set tcp port and bind address before initAntonio Borneo1-1/+1
2020-04-13server: set connection::input_pending type to boolTarek BOCHKATI1-4/+4
2020-04-13server/gdb_server: set gdb_connection::ctrl_c type to boolTarek BOCHKATI1-6/+6
2020-04-12gdb_server: print the target associated to the gdb portAntonio Borneo1-1/+1
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo1-1/+1
2019-12-19gdb_server: fix extended_protocol for multi-targetAntonio Borneo1-4/+5
2019-12-19gdb_server: fix string length with semihosting_fileioAntonio Borneo1-5/+5