aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [gdbsupport] Add gdb::{waitpid,read,write,close}Tom de Vries2024-11-221-1/+1
* gdb/disasm: fix demangling when disassembling the current functionAndrew Burgess2024-11-221-9/+11
* Wrap help strings at 80 columnsTom Tromey2024-11-111-4/+5
* gdb: fixes and tests for the 'edit' commandAndrew Burgess2024-11-081-1/+2
* [gdb] Handle EINTR in run_under_shellTom de Vries2024-10-221-1/+6
* gdb: more file name stylingAndrew Burgess2024-10-021-9/+16
* Add line-number stylingTom Tromey2024-09-301-2/+4
* gdb, testsuite: clean duplicate header includesGerlicher, Klaus2024-09-301-1/+0
* [gdb] Eliminate catch(...) in pipe_commandTom de Vries2024-09-241-11/+6
* gdb: move display of completion results into completion_result classAndrew Burgess2024-09-071-25/+1
* gdb: deprecated filename_completer and associated functionsAndrew Burgess2024-09-071-4/+5
* gdb: pass program space to get_current_source_symtab_and_lineSimon Marchi2024-07-151-5/+9
* gdb: pass program space to have_{full,partial}_symbolsSimon Marchi2024-07-151-1/+2
* gdb: pass program space to clear_current_source_symtab_and_lineSimon Marchi2024-07-151-1/+1
* gdb: remove unused includes in utils.hSimon Marchi2024-05-301-0/+1
* gdb: Change "list ." command's error when no debuginfo is availableGuinevere Larsen2024-05-081-11/+30
* gdb: remove gdbcmd.hSimon Marchi2024-04-251-1/+0
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* gdb: fix "list ." related crashGuinevere Larsen2024-01-231-0/+2
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* gdb: Replace gdb::optional with std::optionalLancelot Six2023-11-211-3/+3
* gdb: add a custom command completer for disassemble commandAndrew Burgess2023-11-081-1/+15
* gdb: error if /r and /b are used with disassemble commandAndrew Burgess2023-11-081-0/+4
* Remove explanatory comments from includesTom Tromey2023-09-201-5/+5
* gdb/cli: fixes to newly added "list ." commandGuinevere Larsen2023-09-191-9/+9
* gdb/doc: document '+' argument for 'list' commandBruno Larsen2023-07-141-0/+1
* gdb/cli: Improve UX when using list with no argsBruno Larsen2023-07-141-4/+13
* gdb/cli: add '.' as an argument for 'list' commandBruno Larsen2023-07-141-2/+29
* gdb/cli: Factor out code to list lines around a given lineBruno Larsen2023-07-141-13/+23
* gdb: fix ASan failure after recent string changesAndrew Burgess2023-06-091-1/+7
* gdb: building inferior strings from within GDBAndrew Burgess2023-06-051-14/+4
* gdb: fix error message for $_gdb_maint_settingAndrew Burgess2023-05-121-2/+10
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-0/+1
* gdb: remove unused parameters in print_doc_of_command, apropos_cmdSimon Marchi2023-04-021-1/+1
* Add new "$_shell(CMD)" internal functionPedro Alves2023-02-151-4/+92
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-1/+1
* GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki2023-01-191-27/+32
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* [gdb/cli] Make quit really quit after remote connection closedTom de Vries2022-11-081-1/+14
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-1/+1
* gdb: disassembler opcode display formattingAndrew Burgess2022-10-021-0/+6
* Remove two initialization functionsTom Tromey2022-08-191-7/+1
* event_location -> location_specPedro Alves2022-06-171-16/+16
* gdb: remove BLOCK_CONTIGUOUS_P macroSimon Marchi2022-04-271-1/+1
* gdb: remove BLOCK_NRANGES macroSimon Marchi2022-04-271-3/+4
* gdb: remove BLOCK_RANGE_{START,END} macrosSimon Marchi2022-04-271-2/+2
* gdb: call gdb_tilde_expand instead of gdb_tilde_expand_up in source_script_wi...Simon Marchi2022-04-181-3/+3
* gdb: remove symtab::objfileSimon Marchi2022-04-071-2/+2