aboutsummaryrefslogtreecommitdiff
path: root/src/server/gdb_server.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-10server: gdb_server: fix memory map generation on a 32-bit BE hostPaul Fertser1-5/+5
2019-10-18gdb_server: Support vRun packet, allow setting cmdline from GDBAndreas Fritiofson1-8/+102
2019-10-18gdb-server: Create arch-specific structure type for every featureAlexey Brodkin1-4/+4
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome1-35/+46
2019-06-06gdb_server: remove call to jtag_execute_queue()Antonio Borneo1-6/+0
2019-06-04gdb_server: fix GDB_BUFFER_SIZE usage, fix unaligned access during bulk trans...Bohdan Tymkiv1-6/+4
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-1/+1
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2019-03-08gdb_server, target: Add target_address_bits()Tim Newsome1-5/+4
2019-03-06gdb_server: fix 'null' pointer passed as 'nonnull' parameterAntonio Borneo1-2/+2
2019-03-04gdb_server: remove warning for stepi after gdb_syncAntonio Borneo1-2/+2
2019-03-04armv8: allow halt on exceptionMatthias Welwarsky1-0/+2
2018-10-16gdb_server: add support for architecture elementSteven Stallion1-1/+10
2018-10-16rtos: support gdb_get_register_packetSteven Stallion1-0/+3
2018-10-16register: support non-existent registersSteven Stallion1-1/+6
2018-10-01gdb_server: avoid gdb server for virtual targetsAntonio Borneo1-0/+6
2018-09-07gdb_server: add per target option "-gdb-port"Antonio Borneo1-8/+19
2018-08-08Add detail to `wrong register size` error.Tim Newsome1-1/+2
2018-07-13gdb_server: set current_target from connection's oneAntonio Borneo1-0/+1
2018-07-13gdb_server: only trigger once the event gdb-detach at gdb quitAntonio Borneo1-3/+6