summaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
Commit message (Expand)AuthorAgeFilesLines
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-10/+10
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Kill init_salPedro Alves2017-09-041-6/+2
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-19/+12
* Rename some command functionsSimon Marchi2017-08-221-6/+6
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-12/+5
* Introduce and use ui_out_emit_tableTom Tromey2017-08-031-9/+4
* C++ify breakpoint class hierarchy (destructors only)Simon Marchi2017-06-021-10/+10
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-4/+2
* Use ui_out_emit_tuple in tracepoint.cTom Tromey2017-04-221-26/+16
* Introduce command_line_upTom Tromey2017-04-121-10/+7
* Introduce event_location_upTom Tromey2017-04-121-7/+4
* -Wwrite-strings: The RestPedro Alves2017-04-051-8/+14
* -Wwrite-strings: Don't initialize string command variables to empty stringPedro Alves2017-04-051-1/+1
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-4/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-73/+73
* Rename some trace functionsSimon Marchi2016-12-021-44/+44
* gdb/tracepoint.c: Don't use printf_vmaPedro Alves2016-11-171-32/+28
* agent_expr_up: gdb::unique_ptr -> std::unique_ptrPedro Alves2016-11-091-11/+5
* gdb: Use vector::emplace_backPedro Alves2016-11-091-1/+1
* 'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves2016-11-081-66/+41
* Clean up tracepoint.h/c:collection_listPedro Alves2016-11-081-237/+161
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-28/+19
* Remove unnecessary null_cleanupTom Tromey2016-10-121-3/+1
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-2/+3
* remove trivialy unused variablesTrevor Saunders2016-05-071-6/+0
* Use the target architecture when encoding tracepoint actionsAntoine Tremblay2016-02-111-6/+6
* Limit breakpoint re-set to the current program spacePedro Alves2016-01-191-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Fix cast of xml_find_attribute's return valueSimon Marchi2015-09-261-2/+2
* Add some more casts (2/2)Simon Marchi2015-09-251-12/+19
* Add casts to memory allocation related callsSimon Marchi2015-09-251-19/+17
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-9/+10
* Explicit locations: use new location APIKeith Seitz2015-08-111-3/+13
* New common function "startswith"Gary Benson2015-03-061-3/+3
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-1/+1
* Use SYMBOL_OBJFILE more.Doug Evans2014-11-181-1/+1
* Only call {set,clear}_semaphore probe function if they are not NULLSergio Durigan Junior2014-10-141-2/+4
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* constify struct block in some placesTom Tromey2014-06-181-2/+2
* Remove target_read_live_memoryYao Qi2014-03-221-15/+0
* Remove argument optional_p from get_tracepoint_by_numberYao Qi2014-03-061-1/+1
* Fix PR16508Yao Qi2014-03-061-15/+14
* change probes to be program-space-independentTom Tromey2014-03-031-4/+8
* start change to progspace independenceTom Tromey2014-02-261-1/+1
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-3/+3
* change minsym representationTom Tromey2014-02-261-1/+1