summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/ConvertEnum.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-161-0/+2
| | | | | | | | | | | | | | | | | Summary: DWARF 5 proposes a reinvented .debug_macro section. This change follows that spec. Currently, only GCC produces the .debug_macro section and hence the added test is annottated with expectedFailureClang. Reviewers: spyffe, clayborg, tberghammer Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D15437 llvm-svn: 255729
* Add support for .ARM.exidx unwind informationTamas Berghammer2015-09-301-0/+4
| | | | | | | | | .ARM.exidx/.ARM.extab sections contain unwind information used on ARM architecture from unwinding from an exception. Differential revision: http://reviews.llvm.org/D13245 llvm-svn: 248903
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-161-0/+2
| | | | | | | | | | The Go runtime schedules user level threads (goroutines) across real threads. This adds an OS plugin to create memory threads for goroutines. It supports the 1.4 and 1.5 go runtime. Differential Revision: http://reviews.llvm.org/D5871 llvm-svn: 247852
* Add support for DW_FORM_GNU_[addr,str]_indexTamas Berghammer2015-08-251-0/+4
| | | | | | | | | These are 2 new value currently in experimental status used when split debug info is enabled. Differential revision: http://reviews.llvm.org/D12238 llvm-svn: 245931
* Move some functions from source/lldb.cpp to Utility.Zachary Turner2015-03-181-0/+110
Specifically, there were some functions for converting enums to strings and a function for matching a string using a specific matching algorithm. This moves those functions to more appropriate headers in lldb/Utility and updates references to include the new headers. llvm-svn: 232673
OpenPOWER on IntegriCloud