summaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
Commit message (Expand)AuthorAgeFilesLines
* Remove evaluate_expressionTom Tromey2023-05-011-1/+1
* Remove ALL_BLOCK_SYMBOLSTom Tromey2023-02-191-3/+1
* Turn some value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-2/+2
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-1/+1
* GDB: Add a character string limiting optionAndrew Burgess2023-01-191-2/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-5/+3
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-1/+1
* Remove frame_id_eqTom Tromey2022-10-101-2/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-4/+4
* Use checked_static_cast in more placesTom Tromey2022-09-121-4/+4
* event_location -> location_specPedro Alves2022-06-171-3/+3
* gdb: remove BLOCK_ENTRY_PC macroSimon Marchi2022-04-271-2/+2
* gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi2022-04-271-1/+1
* gdb: remove BLOCK_FUNCTION macroSimon Marchi2022-04-271-1/+1
* Replace symbol_arch with symbol::archTom Tromey2022-04-201-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-20/+17
* Remove two unused hooksTom Tromey2022-03-291-5/+0
* Unify gdb printf functionsTom Tromey2022-03-291-177/+177
* Do not capture updated 'pc' in add_local_symbolsTom Tromey2022-03-151-2/+2
* Use function view when iterating over block symbolsTom Tromey2022-03-061-42/+13
* gdb: remove internalvar_funcs::destroySimon Marchi2022-03-061-1/+0
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-7/+7
* gdb: remove SYMBOL_IS_ARGUMENT macroSimon Marchi2022-02-061-1/+1
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-6/+6
* gdb: fix some clang-tidy readability-misleading-indentation warningsSimon Marchi2022-01-311-8/+8
* Always call the wrap_here methodTom Tromey2022-01-261-2/+2
* Convert wrap_here to use integer parameterTom Tromey2022-01-261-9/+6
* Reduce explicit use of gdb_stdoutTom Tromey2022-01-251-2/+2
* Move gdb_argv to gdbsupportTom Tromey2022-01-181-0/+1
* Use filtered output in ordinary commandsTom Tromey2022-01-051-4/+4
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi2021-11-181-1/+1
* gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess2021-11-161-1/+1
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-1/+1
* Use unique_xmalloc_ptr in breakpointTom Tromey2021-10-201-1/+1
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-14/+15
* gdb: rename cfunc to simple_funcSimon Marchi2021-07-231-9/+9
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-3/+3
* gdb: fix some indentation issuesSimon Marchi2021-05-271-6/+8
* gdb: add breakpoint::locations methodSimon Marchi2021-05-271-15/+8
* gdb: add all_tracepoints functionSimon Marchi2021-05-271-4/+4
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-271-4/+4
* gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-2/+2
* gdb: Pass std::strings to ui_out::field_string () where convenientMarco Barisione2021-05-191-2/+2
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-1/+1
* gdb: remove current_top_target functionSimon Marchi2021-03-241-1/+2
* Remove union exp_elementTom Tromey2021-03-081-40/+16
* Add an expr::operation_up to struct expressionTom Tromey2021-03-081-20/+62