powerful tools for linux c/c++ developers in eclipse

24
Powerful tools for Linux C/C++ developers in Eclipse FOSDEM 2012 Andrew Overholt Red Hat

Upload: others

Post on 03-Nov-2021

7 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Powerful tools for Linux C/C++ developers in Eclipse

Powerful tools for Linux C/C++ developers in Eclipse

FOSDEM 2012

Andrew OverholtRed Hat

Page 2: Powerful tools for Linux C/C++ developers in Eclipse

● Editing● Building● Debugging● Profiling

C/C++ Development

Page 3: Powerful tools for Linux C/C++ developers in Eclipse
Page 4: Powerful tools for Linux C/C++ developers in Eclipse

Ctrl-<Spacebar>

Code Completion

Page 5: Powerful tools for Linux C/C++ developers in Eclipse

API documentation

Page 6: Powerful tools for Linux C/C++ developers in Eclipse

Add #include

Page 7: Powerful tools for Linux C/C++ developers in Eclipse

Refactoring

Page 8: Powerful tools for Linux C/C++ developers in Eclipse

Refactoring

Page 9: Powerful tools for Linux C/C++ developers in Eclipse

Refactoring

Page 10: Powerful tools for Linux C/C++ developers in Eclipse

Error Highlighting

Page 11: Powerful tools for Linux C/C++ developers in Eclipse

Static Analysis

Page 12: Powerful tools for Linux C/C++ developers in Eclipse

Ctrl-o –Quick Outline

Outline

Page 13: Powerful tools for Linux C/C++ developers in Eclipse

Navigation

Ctrl-Shift-t –Open Element

Page 14: Powerful tools for Linux C/C++ developers in Eclipse

● gcc● Makefiles● GNU Autotools

Building

Page 15: Powerful tools for Linux C/C++ developers in Eclipse

autoconf completion

Page 16: Powerful tools for Linux C/C++ developers in Eclipse

● install dependencies listed in pkg-config information (configure.ac) and build logs

● management of changes required in multiple files (ex. configure.ac and Makefile.am)

Build System Future

Page 17: Powerful tools for Linux C/C++ developers in Eclipse

Debugging

Page 18: Powerful tools for Linux C/C++ developers in Eclipse

OProfile

Page 19: Powerful tools for Linux C/C++ developers in Eclipse

Valgrind Memcheck

Page 20: Powerful tools for Linux C/C++ developers in Eclipse

Valgrind Massif

Page 21: Powerful tools for Linux C/C++ developers in Eclipse

● perf● remote● VM integration?● <your ideas here>

Future

Page 22: Powerful tools for Linux C/C++ developers in Eclipse

● git● Bugzilla/JIRA/Trac● RPM tools● a whole lot more

Other stuff

Page 23: Powerful tools for Linux C/C++ developers in Eclipse

● We welcome contributors of all forms!● Bug filers and feature requesters● Testers● Developers● Designers● Writers

Join us

Page 24: Powerful tools for Linux C/C++ developers in Eclipse

● Eclipse● http://www.eclipse.org

● CDT● http://www.eclipse.org/cdt

● Linux Tools Project● http://www.eclipse.org/linuxtools

Contact Information