summaryrefslogtreecommitdiff
path: root/gdb/ax-gdb.c
Commit message (Expand)AuthorAgeFilesLines
* Replace field_is_static with a methodTom Tromey2023-05-011-3/+3
* Convert long_const_operation to use gdb_mpzTom Tromey2023-04-171-2/+2
* Handle range types in ax-gdb.cTom Tromey2023-02-271-22/+38
* Convert block_linkage_function to methodTom Tromey2023-02-191-1/+1
* Turn value_type into methodTom Tromey2023-02-131-4/+4
* 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-20/+10
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-16/+16
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-7/+7
* Use checked_static_cast in more placesTom Tromey2022-09-121-4/+2
* event_location -> location_specPedro Alves2022-06-171-3/+3
* gdb: remove BLOCK_ENTRY_PC macroSimon Marchi2022-04-271-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-6/+6
* gdb/x86: handle stap probe arguments in xmm registersAndrew Burgess2022-03-211-0/+19
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-1/+1
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: rename "maint agent" functionsSimon Marchi2021-12-071-7/+7
* gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi2021-11-181-1/+1
* gdb: remove TYPE_FIELD_STATIC_PHYSADDRSimon Marchi2021-10-291-1/+1
* gdb: remove TYPE_FIELD_STATIC_PHYSNAMESimon Marchi2021-10-291-1/+1
* gdb: remove TYPE_FIELD_BITPOSSimon Marchi2021-10-291-3/+3
* gdb: remove TYPE_FIELD_LOC_KINDSimon Marchi2021-10-291-1/+1
* gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi2021-09-301-2/+2
* Change pointer_type to a method of struct typeTom Tromey2021-09-231-14/+14
* Use block_symbol in var_value_operationTom Tromey2021-04-151-3/+3
* Use bound_minimal_symbol in var_msym_value_operationTom Tromey2021-03-081-3/+3
* Remove union exp_elementTom Tromey2021-03-081-732/+3
* Add an expr::operation_up to struct expressionTom Tromey2021-03-081-4/+15
* Implement the "&&" and "||" operatorsTom Tromey2021-03-081-0/+56
* Introduce var_value_operationTom Tromey2021-03-081-0/+20
* Introduce unop_cast_type_operationTom Tromey2021-03-081-0/+12
* Introduce unop_cast_operationTom Tromey2021-03-081-0/+10
* Introduce assign_modify_operationTom Tromey2021-03-081-0/+42
* Introduce assign_operationTom Tromey2021-03-081-0/+30
* Introduce op_this_operationTom Tromey2021-03-081-0/+25
* Implement UNOP_MEMVAL and UNOP_MEMVAL_TYPETom Tromey2021-03-081-0/+40
* Introduce unop_sizeof_operationTom Tromey2021-03-081-0/+23
* Introduce unop_addr_operationTom Tromey2021-03-081-0/+5
* Introduce unop_ind_operationTom Tromey2021-03-081-0/+8
* Implement some unary operationsTom Tromey2021-03-081-0/+47
* Introduce comma_operationTom Tromey2021-03-081-0/+22
* Introduce repeat_operationTom Tromey2021-03-081-0/+50
* Introduce ternop_cond_operationTom Tromey2021-03-081-0/+29
* Introduce internalvar_operationTom Tromey2021-03-081-0/+25
* Introduce register_operationTom Tromey2021-03-081-0/+24
* Introduce var_msym_value_operationTom Tromey2021-03-081-0/+17
* Introduce long_const_operationTom Tromey2021-03-081-0/+10
* Introduce scope_operationTom Tromey2021-03-081-0/+13